The Repository for Brainy Bot made with Discord Py
View Demo
·
Report Bug
·
Request Feature
Brainy is a free, open source multipurpose discord bot made by Python it lives in Our GDG Algiers Server. Brainy offers many cool features.
To get a local copy up and running follow these simple steps.
Befor you begin you need to install python and configure A virtual environment if you are in Windows you can just use Conda
- Python [Ubuntu]
$ sudo apt-get install python3 python3-pip
- VirtualEnv
$ pip install virtualenv
- Clone the repo and cd to it
$ git clone https://github.com/GDGAlgiers/BrainyBot.git $ cd BrainyBot
- Create VirtualEnv & Activate environment
$ virtualenv env $ source env/bin/activate
- Install Requirements
$ pip install -r requirements
- First you have to create a discord application and get an Application token check out the documentation
- Set your application token in the configuration files
- Running The bot
$ python bot.py
The project is split into multiple categories cogs
where each category will hold a set of commands here are the current structure :
Karma has a lot of features, with 5 main categories:
- 👩💼 General:
serverinfo
,ping
,server
and 1 more! - 🤖 Mod:
announce
- 👻 Fun:
tweet
,advice
- ✉️ Help:
help
- 👑 Owner:
shutdown
,say
,embed
Distributed under the MIT License. See LICENSE
for more information.
GDG Algiers - @gdg_algiers - gdg.algiers@esi.dz
Project Link: https://github.com/GDGAlgiers/BrainyBot