Commit Graph

31 Commits

Author SHA1 Message Date
neoarz
6d61482216 chore: rm download 2025-12-10 13:19:43 -05:00
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
025df159f7 refactor(img2gif): now works in dms and priv channels 2025-10-17 23:13:35 -04:00
neoarz
352067d51d refactor(tts): now works in dms and priv channels 2025-10-17 23:05:41 -04:00
neoarz
f5227e5f0f refactor(mcquote): now works in dms 2025-10-17 23:03:25 -04:00
neoarz
e271333de1 fix(download): now works in dms and priv channels 2025-10-17 20:49:56 -04:00
neoarz
cb1596a1d8 feat(bot): make syntrel work in dms and group chats 2025-10-15 15:58:57 -04:00
se2crid
6a43c93637 feat(tts): new command
Co-authored-by: neoarz <tyrantneo740@gmail.com>
2025-10-15 00:35:19 -04:00
neoarz
4bb78d6eae fix(tweety): new api with spam protection 2025-10-08 21:55:13 -04:00
neoarz
c80dca059f fix(tweety): warning and word count 2025-10-08 00:43:21 -04:00
neoarz
78f5e80b93 fix(tweet): dual error messages 2025-10-07 22:52:06 -04:00
neoarz
fae21eed44 fix(tweety): only works with text no more images
also now works with other bot messages
2025-10-07 22:41:05 -04:00
neoarz
94d0eca8f1 fix(tweet): user and role mentions now show real text 2025-10-07 22:24:30 -04:00
neoarz
47043fb38b refactor(tweet): new york time
add pytz requirements
2025-10-07 22:10:52 -04:00
neoarz
56818bf912 refactor(tweety): new slash command for tweety (shows help) 2025-10-07 22:02:37 -04:00
neoarz
eb800a9bd5 refactor(tweety): too much unecessary code :) 2025-10-07 21:37:55 -04:00
neoarz
7419ec5f59 fix(tweety): remove theme args since buttons work
Simplifies the tweety command by removing the 'verified' and 'theme' arguments from command signatures and related logic. Defaults for these options are now set internally, and toggling is handled via UI elements instead of command parameters.
2025-10-07 21:29:42 -04:00
neoarz
70af8e24b2 fix(tweety): slash commands show diff message 2025-10-07 15:22:33 -04:00
neoarz
25ea98236d feat(tweety): new command :) 2025-10-07 13:33:53 -04:00
neoarz
f7f4372cf7 feat(img2gif): new command :) 2025-10-05 09:07:10 -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
neoarz
023ec85640 fix(download): fix 403 error discord 2025-10-03 22:18:09 -04:00
neoarz
9fafc3ca4f fix(download): local development cookie path 2025-10-03 15:49:33 -04:00
neoarz
55286a8d15 fix(download): cookies path and download 2025-10-03 15:38:48 -04:00
neoarz
2c0b0afb39 fix(download): support for yt-dlp cookies in media download
Introduces environment variable support for specifying yt-dlp cookies via file path or direct content for the media download command. Updates error handling to provide clearer messages when cookies are required and ensures temporary cookie files are cleaned up. Also updates .env.example and .gitignore to reflect these changes.
2025-10-03 12:49:50 -04:00
neoarz
85a43e66b0 feat(media): media download command using yt-dlp
Introduced a new 'media' command group with a 'download' subcommand for downloading videos via yt-dlp. Updated help and README to include the new media category and command. Added yt-dlp to requirements.txt.
2025-10-03 12:10:45 -04:00