The Repository for BrainyBot 2.0 made with
discord.js
View Demo
·
Report Bug
·
Request Feature
Brainybot 2.0 is a free, open source multipurpose discord bot made by J it lives in Our GDG Algiers Server. Brainy offers many cool features.
To get a local copy up and running follow these simple steps.
- Clone the repo and cd to it
git clone https://github.com/GDGAlgiers/BrainyBot2.0.git
cd BrainyBot2.0
- Install Requirements
npm install
- First you have to create a discord application and get an Application token, client id and guild id, check out the documentation
- Setup
config.json
cp config.json.template config.json
- Set your application token in the
config.json
- Running The bot
npm run start
Or Running in development mode
npm run dev
The project is split into multiple categories where each category will hold a set of commands here are the current structure with 6 main categories:
- 👩💼 General:
serverinfo
,ping
,server
,poll
and 2 more! - 🤖 Mod:
announce
- 👻 Fun:
tweet
,advice
,photo
,dadjoke
- ✉️ Help:
help
- 👑 Owner:
shutdown
,say
,embed
- ✉️ TechPoint:
techpoint
,note
,res
and 3 more!
link tree qr code |
---|
Distributed under the MIT License. See LICENSE
for more information.
GDG Algiers - @gdg_algiers - [email protected]
Project Link: https://github.com/GDGAlgiers/BrainyBot2.0