* fix: the 'color' type on role is set to 'undefined' when its value is '0'
* fix: ensure role color is correctly assigned when value is 0
* fix: revert color type change
* fix(docs): fixed typo in big bot guide
* fix(gateway): fixed an issue which would cause bot status to appear as online if the user used 'offline' as the status
* Update settings.json
* remove offline status in DiscordUpdatePresence.status
* Apply suggestions from code review
---------
Co-authored-by: Awesome Stickz <awesome@stickz.dev>
* fix: the 'color' type on role is set to 'undefined' when its value is '0'
* fix: ensure role color is correctly assigned when value is 0
* fix: revert color type change
* chore: updated all bot guild counts, fixed the appy logo no longer working and also fixed a typo in aiig review
* Update website/src/components/home/reviews/index.tsx
Co-authored-by: Fleny <Fleny113@outlook.com>
---------
Co-authored-by: Fleny <Fleny113@outlook.com>
* docs: Updated the guide for making custom bot REST instances to use the new createBaseHeaders() function
* Update website/docs/bigbot/step-2-rest.md
* Update website/docs/bigbot/step-2-rest.md
---------
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
* feat: made some progress on a function which can be overridden to allow users to inject custom headers into a rest request
* made the changes suggested in PR. Renamed inject headers to createBaseHeaders, which adds the user agent into the headers.
* fix: Fixed an issue which would cause the 'INVITE_DELETE' event to be passed into 'INVITE_CREATE'.
* chore: updated guild counts for appy and ai image generator
* chore: removed duplicate line in the message transformer