Emma Terzioglu
Emma Terzioglu
This implements the feature described in #140. This PR was originally located at #146, however due to branch reorganization, I had to reopen it in a new PR.
This one tackles issue #132, where the current Style/Theme system is reworked. Here's what's done so far: - Reworked the concept of Style and Theme, where Theme stores both colors/metrics...
This is identical to #164 except an additional compile error was fixed.
Implements #127 and #130, all in one Pull Request. This Pull Request aims to improves i18n and BRLS_ASSET. Features implemented before this PR was made: - Switches from using JSON...
Hello, so when I use the Borealis demo on macOS Monterey, when I press on the up or down arrow keys, it keeps scrolling. And fast. When I hold one...
## Summary This PR moves many cog features like names, descriptions, and listeners from ext.commands over to the core library. This also migrates cog functionality from `commands.Bot` to `nextcord.Client`. However,...
## Summary This PR gives a descriptive error message when you forget parameters for a Slash Command. Fixes #420. Current Issues: * ~~This assumes that the self parameter will not...
## Summary This PR implements on_raw_member_* events (currently on_raw_member_join and on_raw_member_remove). Closes #638. ## Checklist - [ ] If code changes were made, then they have been tested - [x]...
## Summary This PR fixes the (many) type issues in `bot.py` and a few type issues in `commands/core.py`. This PR also makes the code more efficient and readable with issues...
## Summary This redesigns the event system in `discord.Client` according to #189. ## Checklist - [x] If code changes were made then they have been tested. - [ ] I...