mirror of
https://github.com/runyanjake/discord.git
synced 2025-10-05 07:37:29 -07:00
24 lines
416 B
Markdown
24 lines
416 B
Markdown
#PWSBot
|
|
|
|
Simple Discord bot that does some useful things.
|
|
|
|
### Running
|
|
Build and run the docker container with a few commands:
|
|
|
|
`docker stop pwsBot && docker system prune && docker-compose build && docker-compose up -d && docker logs -f pwsBot`
|
|
|
|
### Functions
|
|
|
|
##### Echo
|
|
|
|
`/pws echo [text]`
|
|
|
|
The bot will echo the text in the channel.
|
|
|
|
##### Hello World
|
|
|
|
`/pws helloworld`
|
|
|
|
Prints "Hello, World!" to the channel.
|
|
|