ItsDrike / CommandBot

Discord Bot which can handle most administrative tasks for servers.
Other
0 stars 0 forks source link

Add Pipfile scripts to improve usability #21

Closed ItsDrike closed 4 years ago

ItsDrike commented 4 years ago

There should be a more sensible way to start the bot than either being in the venv and using the start.py script to start the bot.

Instead we should focus on using Pipfile scripts which will allow to "alias" an action, providing a better way to start the bot.

This is not limited to starting the bot, other features can be implemented with this too, f.e.:

ItsDrike commented 4 years ago

This will also result in README.md modification, since the way to start the bot will be updated