Commit Graph

20 Commits

Author SHA1 Message Date
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