mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Merge pull request #66 from rivai45/patch-1
Configuring the Bot to be invited as an Administrator to allow further actions
This commit is contained in:
commit
50363cd630
@ -65,7 +65,7 @@ class VConfigs(Singleton):
|
||||
Or use this direct URL: {}""")
|
||||
|
||||
self.MY_ERROR_BAD_COMMAND = os.getenv('MY_ERROR_BAD_COMMAND', 'This string serves to verify if some error was raised by myself on purpose')
|
||||
self.INVITE_URL = os.getenv('INVITE_URL', 'https://discordapp.com/oauth2/authorize?client_id={}&scope=bot')
|
||||
self.INVITE_URL = os.getenv('INVITE_URL', 'https://discordapp.com/oauth2/authorize?client_id={}&permissions=8&scope=bot')
|
||||
|
||||
def getPlayersManager(self):
|
||||
return self.__manager
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user