Skip to content

Latest commit

 

History

History

todo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

todo

Structure

├── main.go // handles discord stuff, where the interesting happens
└── todo.go // basic todo bot, handlers and in-mem cache

Running

You will need all those environment variables to run the bot.

DISCORD_PUBLIC_KEY="b911a6__________________________________________________________"
DISCORD_BOT_TOKEN="NzI5NjQyMjA__________________________________________"
DISCORD_APP_ID=7296________
DISCORD_GUILD_ID=61____________

They're all available on discord.com/developers except the guild ID.