Skip to content

osakitadev/brawlbot-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrawlDev's Discord Bot

This bot is for brawlbattle's discord server! It's made by driedfxrn his admin. This is the github repo so you can open PRs or give me feedback/suggest ideas to add! :D

Current Features

  • Suggest Command
  • Ping Command

Installation

First you will need to install all the dependencies of the project.

npm install
yarn install
pnpm install
bun install

Once you have all the dependencies installed, you will need to create a file inside ./src called config.json. You will need to copy the properties of the config.demo.json file and replace the values with those of your own bot.

Tip

Here is the template of the config.json in case you can't see the config.demo.json file.

{
    "token": "Bot Token Here",
    "clientId": "applicationIDHere",
    "guildId": "mainGuildIDHere"
}

Running your bot

To run your bot, you will need to run the "dev" script in the following ways:

npm run dev
yarn run dev
pnpm run dev
bun run dev

Warning

It is important that your bot has all the intents activated in the Discord Developer Portal.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%