You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.1.7 (11/28/2024)
🛠️ Enhancements
Removed TikTok Support
Removed support for TikTok links as Discord has officially added native support for TikTok. This simplifies the codebase and leverages Discord's improved handling.
🗒️ Documentation
Updated Documentation
Updated documentation to reflect the removal of TikTok support. All references to the TikTok service have been removed.
🚷 Bug Fixes
Updated Deprecated Function
Replaced commands.AutoShardBot with commands.Bot, which is the non-deprecated function, ensuring compatibility with the latest API changes.