Skip to content

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devbot

Discord bot for developer utilities.

Requirements

Environment variables

Variable Required Description
DISCORD_API Yes Discord bot token. Read at startup via os.getenv("DISCORD_API"). The process raises ValueError if it is missing or empty.

Example:

export DISCORD_API="your-bot-token-here"
python devbot.py

Or a .env file loaded by your process manager / shell:

DISCORD_API=your-bot-token-here

Do not commit real tokens.

Install

pip install -r requirements.txt
# or
uv sync

License

See LICENSE.

About

Custom discord bot from Python

Resources

Contributing

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages