riderius / discord-bot

This is repository my discord bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord bot

This is repository my discord bot.

Install

First, you have to install python3, pip3 and git.

Second, you must clone the discord bot repository using the command:

git clone https://github.com/RIDERIUS/discord-bot.git

Third, you need to install the modules that the bot depends on. This can be done with this command:

pip install -r requirements.txt

Start this program

First, you must fill in settings.py.

Second, you must enter a command to start bot. The command depends on the operating system.

If you are on Linux, enter this command:

python3 main.py

If you are on Windows, enter this command:

python main.py

Versioning

This bot uses Semantic Versioning. See tags for versions.

License

This project is licensed under the GPL-3.0 License, see the LICENSE file for details.

About

This is repository my discord bot.

License:GNU General Public License v3.0


Languages

Language:Python 96.8%Language:Dockerfile 3.2%