Skip to content

Discord bot project for aiding model deployment for 2021.

Notifications You must be signed in to change notification settings

musuaproj521038/p2-discordbot-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot

Pre-requisites

  • NodeJS v16.
  • NPM (comes with NodeJS)
  • A discord bot (token and clientId)
  • A discord guild (or server) that the bot is in and its id.
  • Discord account to interact with the bot.

Setup

1.) Run npm install

2.) Create a config.json file in this directory and add in the following values:

 {
    "token": "your discord bot token",
    "guildId": "your guild's id",
    "clientId": "bot client id",
    "mlAPI": "your machine learning api for scoring"
 }

3.) Run npm run deploy to register the commands.

4.) Run npm start to start the discord bot.

About

Discord bot project for aiding model deployment for 2021.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published