Skip to content

CuriousCoderss/contest-bot

 
 

Repository files navigation

License: MIT Size Stars


🧰 Testing

  • npm install — Installs all dependencies.
  • node index.js — To run discord's bot.

⚡ Guidelines to follow

  • By forking, clone the repository in your local system.

  • Update the node version (v16.x.x) & discord js (v13.1.0).

  • Make an app in the Discord Developer Portal to hold the Discord bot.

  • Open the folder in your IDE, & make a fille .env to setup the environment & carry credentials of Discord's developer portal.

  • Click on the New Application for naming your Discord bot and copy-paste the following content in .env:

      TOKEN=3ad852c30cda4bdfd2e942cfe5wc9d90b81710851e80cc5b3cfc5avac1965d1f
    
  • Click on OAuth2, select bot & appliations.commands under SCOPES; and under BOT PERMISSION, check every box under Text Permission; Copy the link generated to call that bot in your server.

  • From left section, click on Bot-> Add Bot -> Yes, do it.

  • For, hop to this link and Signup -> at top -> select API -> show my api-key -> copy your unique API id as ApiKey username:fc5505cf4a5c0ec16854972bf25387231cv35bm1 -> Paste it in .env as:

     CLIST_API_KEY=ApiKey username:fc5505cf4a5c0ec16854972bf25387231cv35bm1
    
  • Copy & paste, the server id in .env file as:

      HOME_GUILD_ID=885165658936049745
    
  • In bot.js, comment the line 23 & uncomment line 24.

📰 License

The devstrons' contest bot project is released under the MIT license.
Developed & maintained By the DEVSTRONS' Community. Copyright 2021 © DEVSTRONS.


YouTube @devstrons  ·  Instagram @devstrons  ·  Discord DEVSTR😊NS'  ·  Twitter @devstrons

About

Discord bot providing contest updates authorized on multiple platforms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%