This repository was archived by the owner on May 4, 2026. It is now read-only.
Tags: ezelkow1/discord-key-bot
Tags
Added !speak option, if 'OwnerID' string is set in the conf, and it m… ( #30) * Added !speak option, if 'OwnerID' string is set in the conf, and it matches the users ID, they can use the speak command to issue text out of the bot * Add speak to cmd list
One key per user (#26) * First steps at adding a userdb of taken games, hopefully created db and added a listing function just to get some ideas down. Still need to get testenv set back up but I believe this should work. Then just need code for GrabKey to check a userlist, grant/deny, add game if grant * Added user limit checking, verification, adding to a users game list. Last thing needed is to actually scan a users list for comparison to see if they have taken a game. Finally need to actually ya know, run the code * Appears to work, tested with varying cases * Removed some debug