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:
@ -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={}
|
||||
|
Reference in New Issue
Block a user