Commit Graph

4135 Commits

Author SHA1 Message Date
Skillz4Killz
fc0a1da546 fix: fmt 2022-03-16 04:32:09 +00:00
Skillz4Killz
7a77831992 fix: add optionalize generic 2022-03-16 03:32:15 +00:00
Skillz4Killz
c4a36f0ca6 fix: add msg back to delete for lts 2022-03-16 03:14:21 +00:00
Skillz4Killz
8e2e6830f9 fix: bulk delete separated sorry lts thx giveaway 2022-03-16 03:03:00 +00:00
Skillz4Killz
2a84ac982e fix: fmt 2022-03-16 02:00:10 +00:00
LTS20050703
6fe5e0b8fd route MESSAGE_DELETE_BULK to bot.events.messageDelete (#2107) 2022-03-15 21:59:56 -04:00
Skillz4Killz
060a174489 fix: add message content intent 2022-03-16 01:32:40 +00:00
Skillz4Killz
3e10470160 fix: copy paste leftover detail 2022-03-16 00:48:33 +00:00
Skillz4Killz
056343cf5c fix: temp fix for resharding options 2022-03-15 23:55:30 +00:00
Skillz4Killz
186067350d fix: broken imports in tests/ 2022-03-15 03:50:06 +00:00
Skillz4Killz
d62a5b71b1 fix: concurrency typo thx giveawayboat <3 2022-03-15 02:45:07 +00:00
Skillz4Killz
a0a1554756 refactor: typings using ReturnType (#2105)
* fix: check new types idea

* fix: type errors

* fix: new style

* fix: more cleanup

* fix: more cleanup

* fix: cleanup audit logs

* fix: cleanup stickers

* fix: cleanup integrations

* fix: more cleanup

* fix: organize into 1 place

* fix: few errors

* fix: some broken import fixes

* fix: quite a lot of fixes across the board

* fix: more fixes for broken imports

* fix: more fixes for broken imports

* fix: handler imports

* fix: all remaining import errors

* fix: more errors needing fixes

* fix: clearing up transformers

* fix: few moer types

* fix: more cleanup of extra types

* fix: fmt

* fix: cleanup discordeno file

* Nuke Base Types (#2102)

* fix: cleanup snake stuff

* convert camelCase to snake_case (#2103)

* fix: add camelize

* fix: finalize remaining errors

* fix: imports in test

Co-authored-by: LTS20050703 <87189679+lts20050703@users.noreply.github.com>
2022-03-14 22:11:22 -04:00
Awesome Stickz
da29ff294d fix: bugs in docs (#2080)
* fix: bugs in docs

* fix: mistyped function name for workers in big bot guide
2022-03-13 17:18:28 -04:00
Joshua Kuan
20c8995ec1 docs: fix typo in create-structure urls (#2099) 2022-03-13 17:17:49 -04:00
Andreas Fink
8fb198f6d5 fix: allow presence to be passed into createGatewayManager (#2100) 2022-03-13 17:17:18 -04:00
Yuzu
fc779bf6d0 feat: sendPrivateInteractionResponse helper (#2096) 2022-03-12 00:34:33 -05:00
Skillz4Killz
7e69f29217 fix: imports should be specific 2022-03-06 19:04:31 +00:00
Skillz4Killz
df97380355 fix: bad import 2022-03-04 05:30:18 +00:00
Skillz4Killz
36913e05b9 fix: interaction bug <3 giveawaybot 2022-03-04 05:30:13 +00:00
Skillz4Killz
b514b7712e fix: deno fmt 2022-03-02 06:06:54 +00:00
Skillz4Killz
83baf69833 fix: event leak warning 2022-03-02 06:06:42 +00:00
Skillz4Killz
5c2404db51 fix: deno fmt 2022-03-02 06:03:27 +00:00
Skillz4Killz
4676fb049d fix: add gateway queue guide section 2022-03-02 06:00:25 +00:00
Skillz4Killz
87dd8635ca fix: stop gateway ts errors 2022-03-02 06:00:11 +00:00
dependabot[bot]
8ccf50ceff build(site): bump prismjs from 1.26.0 to 1.27.0 (#2075)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.26.0...v1.27.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01 21:33:24 +00:00
Andreas Fink
ad8a9920ac feat(gateway): add stopGateway function (#2078)
* Move the shard stopping to gatewayManager in order to stop the gateway standalone.

* Update gateway/gateway_manager.ts

Co-authored-by: ITOH <to@itoh.at>

* Update gateway/stopGateway.ts

Co-authored-by: ITOH <to@itoh.at>

* Update gateway/stopGateway.ts

* Update gateway/stopGateway.ts

* Update gateway/stopGateway.ts

Co-authored-by: ITOH <to@itoh.at>
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2022-02-28 13:41:15 -05:00
Skillz4Killz
4aac2246ad fix(gateway): rate-limit handling (#2079)
* fix: Closes Gateway Ratelimiting  #1886

* fix: fmt

* fix: invalid import
2022-02-28 13:39:45 -05:00
Skillz4Killz
ac5f68fcf9 Merge branch 'main' of https://github.com/discordeno/discordeno into main 2022-02-27 22:57:51 +00:00
Skillz4Killz
05e52ab519 fix: voice state transformer user bug 2022-02-27 22:57:48 +00:00
ITOH
c5d6502464 fix(dnt): add transformers (#2076)
* fix(dnt): add transformers

* Update dnt.ts
2022-02-27 15:17:02 -05:00
Skillz4Killz
1694070fb7 release: rc22 13.0.0-rc22 2022-02-25 18:53:06 +00:00
Skillz4Killz
0d2a3931e2 fix: use deno.land 2022-02-25 18:52:34 +00:00
Skillz4Killz
a0e6a7e9c3 test: use git describe 2022-02-25 18:49:06 +00:00
Skillz4Killz
b89ee18930 test: ummm how bout this 2022-02-25 18:44:41 +00:00
Skillz4Killz
a4076db7f9 test: see if npm style works 2022-02-25 18:41:18 +00:00
Skillz4Killz
73d44d81bf test: hmmmm would this do it 2022-02-25 18:12:48 +00:00
Skillz4Killz
ff24d0de10 fix: itoh fix for release 2022-02-25 18:09:44 +00:00
Skillz4Killz
6ecd4f88ce fix: release error handling 2022-02-25 18:05:32 +00:00
Skillz4Killz
5abd6861b9 fix: nicks perfectionism 2022-02-25 17:54:44 +00:00
Skillz4Killz
ada676f15d fix: varn name 13.0.0-rc21 2022-02-25 17:52:57 +00:00
Skillz4Killz
42a24f61f9 release: rc21 2022-02-25 17:50:46 +00:00
Skillz4Killz
5da4d05095 fix: test create tag 2022-02-25 17:49:35 +00:00
Skillz4Killz
0c3fa74333 fix: try echo env 2022-02-25 17:47:46 +00:00
Skillz4Killz
8e0579e815 fix: try simpler release 2022-02-25 17:41:15 +00:00
Skillz4Killz
8be7a2d764 fix: try yui fix for release 2022-02-25 17:39:18 +00:00
Skillz4Killz
9cafee4e51 feat: release workflow 2022-02-25 17:37:44 +00:00
LTS20050703
64262b3afa Document what message flags can be sent (#2051)
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2022-02-25 10:25:00 -05:00
LTS20050703
79dbf690dc fix editMessage interface and function (#2054)
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2022-02-25 10:23:32 -05:00
ITOH
4e06ed6b2c fix(types): SelectOption#default is not required (#2066)
* fix(types):  is not required

* ddcmp

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2022-02-25 10:07:48 -05:00
Skillz4Killz
8654b4e87b fix: fmt 2022-02-25 15:07:08 +00:00