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.
This commit is contained in:
k8thekat
2022-08-18 16:10:36 -07:00
committed by GitHub
parent fae9c20ed3
commit 8d645370c2
2 changed files with 17 additions and 14 deletions

View File

@ -24,7 +24,7 @@ App.ExecutableLinux=/usr/bin/python3
App.WorkingDir=GatekeeperV2-main
App.LinuxCommandLineArgs=
App.WindowsCommandLineArgs=
App.CommandLineArgs=start.py -token {{dev}}{{debug}}{{discord}}{{super}} {{guildID}}
App.CommandLineArgs=start.py -token {{dev}}{{debug}}{{discord}}{{super}}{{command}}
App.UseLinuxIOREDIR=False
App.AppSettings={}
App.EnvironmentVariables={}