mirror of
https://github.com/jcreek/discord.py-welcome-bot.git
synced 2026-07-12 18:33:44 +00:00
Added command for seeing output of the bot.
This commit is contained in:
@@ -37,3 +37,9 @@ Then add the below line to it:
|
||||
`*/10 * * * * docker stop welcome-bot && docker start welcome-bot`
|
||||
|
||||
This will run the service every ten minutes. To change this use [Crontab Guru](https://crontab.guru)
|
||||
|
||||
### View logs from inside the container
|
||||
|
||||
Run the below command to see the output of the bot.
|
||||
|
||||
`docker container logs -f welcome-bot`
|
||||
|
||||
Reference in New Issue
Block a user