Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.45 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.45 KB

Discord-Bot

Instructions

To use this code, follow the instructions:

  1. Install all dependencies:

    npm i

  2. Create a .env file for environment variables in the root directory of this repository, not inside the src folder!

  3. Create three environment variables:

    • DISCORDJS_BOT_TOKEN - Your Bot Token
    • WEBHOOK_ID - For webhooks, not required unless you want to use the webhook command
    • WEBHOOK_TOKEN - The token for your webhook client
    • TENOR_KEY - Get a Tenor API Key
  4. Run npm run start or npm run dev in the project directory

Features

  • Assign roles Screenshot 2021-07-18 at 8 07 24 PM

  • If you have permissions, Kick or Ban users! Screen Recording 2021-07-18 at 8 15 19 PM

  • Make Announcements Screenshot 2021-07-18 at 8 12 18 PM

  • Use Gifs with keywords or without them! Screen Recording 2021-07-18 at 8 39 28 PM

  • Have different greeting message Screenshot 2021-07-18 at 8 37 02 PM