Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 717 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 717 Bytes

Ping Bot

Ping Bot is an open-sourced bot to easily send pings in bulk.
Made as a joke. Have fun.

Setup

  1. Clone the repository with git clone https://github.com/blortle-dev/ping-bot
  2. Open the cloned folder in a terminal and install the required files with pip install -r requirements.txt
  3. Open key.txt in a text editor, and set the content of the file to your bot's API key.
  4. On Discord Developer, open the OAuth2 panel and ensure your application has the following permissions:
    1. application.commands
    2. bot
  5. On Discord Developer, open the OAuth2 panel and ensure your bot has the following permissions:
    1. Manage Messages
    2. Send Messages
    3. Send Messages in threads