ItsDrike / CommandBot

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

Add handy scripts to Pipfile #30

Closed ItsDrike closed 4 years ago

ItsDrike commented 4 years ago

Closes #21

Add some "scripts" (aliases) to Pipfile for ease of use:

Already added scripts from #17 (Unit Tests):

ItsDrike commented 4 years ago

Now that pipenv run start is added, it is no longer necessary to have start.py script. The file can be removed.

But note that commandbot.service is using this file to start the systemd service for the bot:

https://github.com/ItsDrike/CommandBot/blob/0143e7c5b4b49bebcdeea29e0538ce259c82e20f/commandbot.service#L10

This needs to be updated so that systemd service functionality won't be broken by this deletion

ItsDrike commented 4 years ago

Now that pipenv run start is added, it is no longer necessary to have start.py script. The file can be removed.

But note that commandbot.service is using this file to start the systemd service for the bot:

https://github.com/ItsDrike/CommandBot/blob/0143e7c5b4b49bebcdeea29e0538ce259c82e20f/commandbot.service#L10

This needs to be updated so that systemd service functionality won't be broken by this deletion

Added in ed1357c1888aab0e020b90359634cf4b40dc5e99