Commit Graph

6 Commits

Author SHA1 Message Date
IceOfWraith
84e61cb749
Update GatekeeperV2 (#444)
* Update GatekeeperV2

Due to changes in how Python and Pip handle packages, this needed a change to use a virtual environment. This won't work in Docker until Mike adds python3-venv to the image, but I suspect it should be resolved shortly.

* Fix issue

* Oopsies
2023-08-17 16:54:29 -05:00
IceOfWraith
1ec3102303
Update GatekeeperV2 (#264)
* Update GatekeeperV2

This removes the requirement to use a special Docker image since the python3 tagged ampbase image includes pip now. This also adds the additional stuff into a script that runs with the update stages instead of being handled by the before mentioned image. These are very quick installs that take only a couple of seconds.

* Update gatekeeperv2.kvp

Co-authored-by: Greelan <53196309+Greelan@users.noreply.github.com>
2022-12-29 06:09:30 -06:00
k8thekat
43442dcdf0
Fix for Meta.DisplayImageSource (#244)
* Fix for `Meta.DisplayImageSource`

* Update gatekeeperv2.kvp
2022-11-29 00:32:46 -06:00
k8thekat
c140430300
Gatekeeperv2 Updated Display Image Source (#205)
* Updated Support for Gatekeeperv2
- Removed required GUILDID arg
- Added `-command` arg

Command arg can be used to trace Discord Users who issue slash commands.

* Updated DisplayImageSource URL for Gatekeeper

* Updating Display Image Source - Gatekeeperv2

* Fixed typo
2022-10-02 16:39:34 -05:00
k8thekat
8d645370c2
Updated Support for Gatekeeperv2 (#175)
- Removed required GUILDID arg
- Added `-command` arg

Command arg can be used to trace Discord Users who issue slash commands.
2022-08-18 18:10:36 -05:00
IceOfWraith
ccbaac7f73
Add GatekeeperV2 Bot (#163)
* Add GatekeeperV2 Bot (draft)

This is a dedicated generic config to host the WIP bot created by k8thekat here:
https://github.com/k8thekat/GatekeeperV2

* Update settings and startup arg

* Update for release

* Update manifest.json

* Update gatekeeperv2.kvp

* Update manifest.json

* Update gatekeeperv2.kvp

* Fixing Suggestions
2022-08-05 23:32:35 -05:00