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
$ sudo apt-get install python3 python3-pip
$ pip install virtualenv
$ git clone https://github.com/GDGAlgiers/BrainyBot.git
$ cd BrainyBot
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements
$ 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:
serverinfo
, ping
, server
and 1 more! announce
tweet
, advice
help
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