Skip to content

stridera/discord_mysql_todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Todo Bot

Install Steps

  1. Checkout branch
  2. Create a venv and install requirements.txt
python3.11 -mvenv .venv
pip install -r requirements.txt
  1. Create a discord bot and invite to your server. Instructions
  2. Update .env with discord token (from prior step) and channel token (in discord, right click on the channel and copy id)
  3. In mysql, create a database and a user. The table will be automatically created. Update the values in the .env file.

Run the file and it should connect.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages