Files
discord-reminder-bot/requirements.txt
Joakim Hellsén 23bbf5cbc2 Add slash commands
Use /remind instead of !remind. You need to reinvite your bot with the "applications.commands" scope. Discords Bot API can take up to 1 hour to register the commands so you will have to wait a bit before use.
2021-04-22 02:04:24 +02:00

21 lines
358 B
Plaintext

aiohttp==3.7.4.post0
APScheduler==3.7.0
async-timeout==3.0.1
attrs==20.3.0
chardet==4.0.0
dateparser==1.0.0
discord-py-slash-command==1.1.2
discord.py==1.7.1
greenlet==1.0.0
idna==3.1
multidict==5.1.0
python-dateutil==2.8.1
python-dotenv==0.17.0
pytz==2021.1
regex==2021.4.4
six==1.15.0
SQLAlchemy==1.4.10
typing-extensions==3.7.4.3
tzlocal==2.1
yarl==1.6.3