thqnhz/furinabot — reverse-engineered prompt
Reverse engineered prompt
Build me a Python Discord bot called FurinaBot that people can self host. It should have a simple command prefix system, a help command, fun commands like 8ball, dice roll, coin flip, and fortune draw, plus utility commands for member info, bot info, custom prefix, and usage stats.
Add small word guessing minigames like Wordle and Letterle, and keep basic minigame stats per user. Make it easy to configure with a .env file for the Discord bot token and a Wordnik API key, and have a settings file for changing defaults like the prefix.
Please organize it cleanly with cogs or modules so it’s easy to add more commands later. Include clear setup instructions for Python 3.10 or newer, dependency install steps, and how to run it locally. Keep privacy simple, only store Discord IDs or user provided data when needed. Look up current discord.py docs online if needed.
Want more depth? Deep Reverse