mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Update Configs.py
Add administrator permission for the bot, so the bot can play in hidden or private channel
This commit is contained in:
parent
b3a9920037
commit
d605e6a5a8
@ -65,7 +65,7 @@ class VConfigs(Singleton):
|
|||||||
Or use this direct URL: {}""")
|
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.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):
|
def getPlayersManager(self):
|
||||||
return self.__manager
|
return self.__manager
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user