Skip to content

enkoki/mamon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status Python discord.py

A Discord bot built using discord.py, created for learning the basics of bot development.

Note

This project is currently in early development and is mainly focused on learning and experimenting with Discord bot fundamentals.

Setup

Bot requires Python 3.8+ to run.

Install the dependencies

pip install -r requirements.txt

Tip

It is recommended to use a virtual environment.

Setting up the bot properties

Set .env file with the values in .env.example You can get your bot token from discord developer portal.

BOT_TOKEN = your_token_here
BOT_STATUS = "Your Status Here"
GUILD_ID = your_test_server_id
OWNER_ID = your_user_id

How to run

python main.py

About

A discord bot made using discord.py

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages