Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 582 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 582 Bytes

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.