..
2024-05-16 22:02:08 -07:00
2024-05-16 22:02:08 -07:00
2024-05-16 22:02:08 -07:00
2025-01-28 16:33:04 -08:00
2024-05-16 14:01:00 -07:00

#PWSBot

Simple Discord bot that does some useful things.

Running

Build and run the docker container with a few commands:

docker-compose down && docker system prune -af && 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.

Voice Channel Auto-Provisioning

If a user joins a watched channel, the bot will auto-provision a new voice channel for them and move them to it. Saves on channel clog!