Skip to content

ByLife/Python-Discord-Bot-Data-Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of content

Introduction

This is a simple project of a discord bot that have some commands to help you in your server.

To know all the commands, type !help when the bot is online

Installation

To install this project and make it run you will need to have python 3.8 or higher installed in your computer.

You will also need to install the discord.py library, you can do that by running the following command in your terminal:

pip install -r requirements.txt

If you use python3:

pip3 install -r requirements.txt

Usage

To use this bot you will need to create a bot in the discord developer portal and get the token of the bot. The token will need to be inserted in the token.txt file.

To run the bot you will need to run the following command in your terminal:

python bot.py

If you use python3:

python3 bot.py

Contributing

If you want to contribute to this project you can fork this repository and make a pull request with your changes. Anyone is welcome to contribute to this project.

License

This project is under the MIT license.

About

Doing python data structuration by implementing it in discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages