Commit Graph
19 Commits
Author SHA1 Message Date
Awesome Stickz 0a84f8fbd2 ci: fix labeler workflow (#3303)
* ci: fix labeler workflow

* fix syntax
2023-12-11 21:51:55 +00:00
Awesome Stickz e573b24722 ci: add w-unverified to new issues and prs, change labels tracked for stale issues (#3302) 2023-12-11 20:44:40 +00:00
Awesome Stickz 0af7b2919f chore(website): update community feedback bots' guild counts and logo (#3182) 2023-11-19 14:32:50 +00:00
Awesome Stickz 4a38f1a6e4 refactor: ignore handlers if events for an handler isnt provided (#3148)
* refactor: ignore handlers if events for an handler isnt provided

* style: use !event instead of event === undefined check

* fix: handleGuildDelete check
2023-10-15 04:27:55 +00:00
Awesome Stickz 45c878d390 fix(bot): bug with overriding lastShardId if it's not provided in createBot() options (#3141)
* fix(gateway): bug with overriding lastShardId if it's not provided in createBot() options

* fix the fix
2023-09-30 14:14:05 +00:00
Awesome Stickz f34c0c3bc0 fix: bug with rest manager passing a timestamp instead of milliseconds in setTimeout (#3125) 2023-09-19 17:09:48 +00:00
Awesome Stickz db2c4001b2 fix: remove slash command test for now to fix tests (#3102) 2023-08-19 15:21:04 +00:00
Awesome Stickz 6e231b5276 feat: add message_author_id to Message Reaction Add event (#3101) 2023-08-19 14:59:11 +00:00
Awesome Stickz 0aeadbb275 fix(rest): bug with trying to pass string values in calculateBits() if object is already in Discord format in changeToDiscordFormat() (#3099) 2023-08-05 18:32:10 +00:00
Awesome Stickz 3445211091 fix(docs): set ListGuildMembers options.limit default to 1 (#3065) 2023-07-23 21:00:27 +00:00
Awesome Stickz f9a5fc1afe feat: add support for new username system (#3035)
* feat: add support for new username system

* fix: default avatar calculation in avatarUrl(), also remove support for old system

* fix: use description from docs for user.globalName

* fix: typings

* fix: avatarUrl() to support both old and new username system
2023-06-13 15:39:06 +00:00
Awesome Stickz a3e6551f22 fix(gateway): lastShardId (#3026) 2023-05-08 15:59:23 +00:00
Awesome Stickz e70bfc3a81 fix(types): MessageActivityTypes.JoinRequest (#3007)
* fix(types): MessageActivityTypes.JoinRequest

* fix: docs links for typings

* use explicit values for enums
2023-04-19 04:19:29 +00:00
Awesome StickzandSkillz4Killz 3ebe151643 fix(website): faq grammar (#3003)
* fix: website faq grammar

* fix: more faq grammar fixes

* Update website/src/components/home/faq/index.tsx

* Update website/src/components/home/faq/index.tsx

---------

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2023-04-17 01:57:02 +00:00
Awesome Stickz 85ea2d9b8c fix(bot): missing exports of types (#3004)
* fix(bot): missing exports of types

* fix: add other exports
2023-04-16 23:51:17 +00:00
Awesome Stickz b2bffcf942 fix: big bot guide - further optimizations (#2999) 2023-04-14 18:53:37 +00:00
Awesome Stickz 206bae473b feat: added handlers and transformers to bot package (#2843) 2023-03-25 10:35:05 -05:00
Awesome StickzandSkillz4Killz b9766c6cb6 Update all templates' dd version, readme, added example env/config (#2500)
* Update bigbot template to v16, update readme, added .env.example for an example env

* Update minimal template to dd v16, update readme

* Update minimal template readme for consistency

* Update beginner template to v16, update readme

* Added config.json file, readme to nodejs template

* Fix kwik db stuff in beginner template

* deno fmt

* Update template readme

* Fix bigbot template raw event ignoring GUILD_CREATE instead of GUILD_LOADED_DD

* deno fmt

* fix deno fmt again

* Use .env file instead of config.json in nodejs template

* fix: kwik's version in beginner template

* Apply suggestions from code review

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>

* Update template/README.md

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2022-10-07 16:41:11 -05:00
Awesome Stickz a7d6529fe8 docs(big-bot-guide): Updated to dd v16, fixed bugs, added missing code (#2501)
* docs(big-bot): Updated to dd v16, fixed bugs with it (cache), added missing code for events listener in bot part

* Add dd server link to big bot guide docs

* Fix: typo
2022-10-07 16:16:21 -05:00