Ping Bot is an open-sourced bot to easily send pings in bulk.
Made as a joke. Have fun.
- Clone the repository with
git clone https://github.com/blortle-dev/ping-bot
- Open the cloned folder in a terminal and install the required files with
pip install -r requirements.txt
- Open key.txt in a text editor, and set the content of the file to your bot's API key.
- On Discord Developer, open the OAuth2 panel and ensure your application has the following permissions:
- application.commands
- bot
- On Discord Developer, open the OAuth2 panel and ensure your bot has the following permissions:
- Manage Messages
- Send Messages
- Send Messages in threads