Commit Graph

8 Commits

Author SHA1 Message Date
neoarz
23790c46b4 chore: ruff fix 2025-11-22 19:51:46 -05:00
neoarz
1eff6c9f53 chore: ruff formatting 2025-11-02 23:32:52 -05:00
neoarz
6c6555dfb7 fix(minesweeper): no bomb on first press 2025-10-11 11:55:53 -04:00
neoarz
ed53eb375d fix(minesweeper): dont time out game after user has won/lost 2025-10-10 10:20:38 -04:00
neoarz
beffefcb14 fix(minesweeper: no more ratelimiting? 2025-10-08 16:03:54 -04:00
neoarz
e7ee97074b refactor(fun): cogs into one group
Combined all fun commands into a single 'fun' GroupCog with subcommands, replacing individual cogs for coinflip, eightball, minesweeper, randomfact, and rockpaperscissors. Updated bot.py to load the fun cog as a package and adjusted help.py to reflect the new command structure. This improves organization and discoverability of fun commands.
2025-09-28 22:48:10 -04:00
neoarz
3e1480caf5 chore: mention author after they lose 2025-09-15 17:34:08 -04:00
neoarz
953246688d feat: create minesweeper game with v2 components
Introduces a new button-based Minesweeper mini-game in cogs/fun/minesweeper.py and registers it in the help command. Updates bot status messages in bot.py. Improves hackban embed formatting and adds author info in cogs/moderation/hackban.py.
2025-09-15 17:20:59 -04:00