Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.43 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.43 KB

GitHub license GitHub repo size GitHub repo size Sonar Quality Gate

Edelia (Discord BOT)

Discord bot that uses different APIs to return a lot of things.

Table of contents

Installation

To start using a bot discord you will need to create a discord user in the Developers Portal.
This will give you a bot token that you will add in a .env file (in json)

Create the json file named .env in the root folder of the project with a content like this :

{
  "BOT_TOKEN": "124223546GORJEOFAZPDL24",
  "BOT_PREFIX": "$"
}

Then install the requirements.txt with the following command (the best practice here is to create a venv and install requirements in it) :

pip install -r requirements.txt

Documentation