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
05b26b55a4 chore: move checks before command is procesed 2025-10-20 12:30:55 -04:00
neoarz
a5f94df549 chore: add permission checks 2025-10-20 12:21:43 -04:00
neoarz
898e01abf4 chore: server bot not selfbot self, selfuse slowing being rolled out 2025-10-20 11:57:49 -04:00
neoarz
f5227e5f0f refactor(mcquote): now works in dms 2025-10-17 23:03:25 -04:00
neoarz
4f66c3705a fix(8ball && mcquote): fixes
Replaces the synchronous requests library with aiohttp in mcquote.py to enable asynchronous HTTP requests, improving performance and compatibility with async Discord bots. Also updates exception handling to use aiohttp.ClientError. Adds missing discord import in eightball.py.
2025-10-04 18:43:06 -04:00
neoarz
592d697140 feat(mcquote): new command :)
Introduces a new /mcquote command that generates a custom Minecraft achievement quote image using skinmc.net. Updates README and media cog to register and document the new command.
2025-10-04 12:29:01 -04:00