mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Changing the organization of the project
This commit is contained in:
@@ -6,7 +6,8 @@ SPOTIFY_ID = dotenv_values('.env')['SPOTIFY_ID']
|
||||
SPOTIFY_SECRET = dotenv_values('.env')['SPOTIFY_SECRET']
|
||||
|
||||
BOT_PREFIX = '!'
|
||||
INITIAL_EXTENSIONS = {'cogs'}
|
||||
INITIAL_EXTENSIONS = {'vulkan.commands.Phrases', 'vulkan.commands.Warframe',
|
||||
'vulkan.general.Filter', 'vulkan.general.Control', 'vulkan.music.Music'}
|
||||
|
||||
VC_TIMEOUT = 600 # seconds
|
||||
VC_TIMEOUT_DEFAULT = True
|
||||
|
||||
4
config/requirements.txt
Normal file
4
config/requirements.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
discord.py
|
||||
discord.py[voice]
|
||||
youtube_dl
|
||||
spotipy
|
||||
Reference in New Issue
Block a user