Changing the organization of the project

This commit is contained in:
Rafael Vargas
2021-12-24 13:41:36 -04:00
parent d67997140f
commit 3639ba3280
10 changed files with 30 additions and 42 deletions

View File

@@ -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
View File

@@ -0,0 +1,4 @@
discord.py
discord.py[voice]
youtube_dl
spotipy