update discord py slash command 2.0.1 to discord-py-interactions 3.0.1
This commit is contained in:
parent
f0a1ec3ad4
commit
40e06be550
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ asyncpraw==7.4.0 # reddit
|
||||||
youtube-dl==2021.6.6 # music
|
youtube-dl==2021.6.6 # music
|
||||||
lyricsgenius==3.0.1 # lyrics
|
lyricsgenius==3.0.1 # lyrics
|
||||||
feedparser==6.0.8 # rss feed (news)
|
feedparser==6.0.8 # rss feed (news)
|
||||||
discord-py-slash-command==2.0.1 # slash commands
|
discord-py-slash-command==3.0.1 # slash commands
|
||||||
python_dotenv==0.19.0 # using .env file
|
python_dotenv==0.19.0 # using .env file
|
||||||
wavelink==0.9.10 # music | to know the version of lavalink used, see the repo
|
wavelink==0.9.10 # music | to know the version of lavalink used, see the repo
|
||||||
|
|
Reference in a new issue