Skip to content

jswaneck/BotReginald

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BotReginald

Discord bot for shooting_the_breeze.java

Setup

  1. Install the current verison of Node.js
  2. This should install npm (run npm -v to check)
  3. If it didn't, run npm install -g npm@latest
  4. Finally, run npm install in the project root

Testing with your own bot

  1. Setting up a bot application
  2. Adding your bot to servers
  3. Setup a config.json as shown in the src/ folder (you'll need to enable dev settings to get the client and guild id through the right-click in discord):
{
	"clientId": "your-bots-id",
	"guildId": "your-guild-id",
	"token": "your-token-goes-here"
}
  1. Run npm run deploy once
  2. Run npm run prod to start the bot server

About

Discord bot for shooting_the_breeze.java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published