outmaneuver
outmaneuver
Here's my code. The status such as online/dnd/idle works fine but whatever i try my bot is just not getting an activity nor any errors ```go func (b *Bot) onReady(s...
Fixes #765 Update `discord/activity.py` to handle reserialization of streaming activities correctly. * Add a check for `activity_type` in the `to_dict` method to ensure all activities are serialized properly. * Include...
### Summary assets breaking ### Reproduction Steps pass a streaming type activity using change_presence method with assets url name and details, go on discord edit your custom status through the...
Related to #2 Extend the column length for 'text' and 'search_text' in the 'statement' table to 1000 characters. * **Abstract Models**: - Update the `max_length` attribute of the `text` and...
Related to #3 Update the PyYAML version in `requirements.txt` to the latest version. * Add `pyyaml>=6.0.1` to the `requirements.txt` file to resolve the AttributeError related to the 'collections' module's 'Hashable'...
Fixes #62 Add support for solving YiDun Captcha on shopee.tw. * Modify `manifest.base.json` to include `yidun_captcha.js` in the content scripts and set matches to `["*://*.shopee.tw/*"]`. * Create a new file...
### Summary Possibility to retrieve quests with their type and progress, expired etc. ### What is the feature request for? The core library ### The Problem Would be nice since...