Skip to content
/ wdb-bot Public

Bot for Web Developer Bootcamp Discord community

Notifications You must be signed in to change notification settings

yittoo/wdb-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements:

  • Go 1.13^
  • Discord Bot credentials obtained from Discord Application Developer API

Installation:

  • Create config.json file inside with following content these all are obtained through Discord.
{
  "ClientID": BOT_CLIENT_ID,
  "Secret": BOT_SECRET,
  "Permissions": 8,
  "Token": BOT_TOKEN
}
  • Inside the folder, go run main.go or go build then run the compiled executible

Thanks for contributions:

About

Bot for Web Developer Bootcamp Discord community

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages