Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

riderius/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.