110 Commits

Author SHA1 Message Date
Dragurimu
4aa4ac4d1c publish changes 2022-07-29 19:07:39 -05:00
Dragurimu
a8c06b76da publish 2022-07-29 18:48:05 -05:00
Yuzu
c30d10618e refactor: node goes brr 🐙 + turborepo support 2022-07-29 17:20:47 -05:00
Yuzu
0b5176dace nuke everything 2022-07-29 17:10:20 -05:00
Yuzu
c279972c1b fix: remove url parser and make it optional 2022-07-28 13:26:26 -05:00
Yuzu
b26944e237 fix: fmt 2022-07-28 12:59:08 -05:00
Yuzu
be33bc5e2d fix: Guild.edit 2022-07-28 12:58:38 -05:00
Marcos Susaña
08b8df41fa
fix(types): Literal Types (#77)
* fix(Message): delete() params

* feat: fetches guilds items

* fix(types): literal types

* fix
2022-07-21 07:49:52 +00:00
e2d7993182 Update MessageReaction docs 2022-07-20 22:12:27 -03:00
38416f4d32 Update message reaction: empty interfaces 2022-07-20 22:01:03 -03:00
Marcos Susaña
491889849a
feat(Guils): widgets, vanityURL, preview (#76)
closes #64
2022-07-20 19:57:10 +00:00
Marcos Susaña
c50e8d72c8
fix(channels): permissionOverwrites (#75)
* fix(Message): delete() params

* fix
2022-07-20 01:55:19 +00:00
d2c984d31a Remove no used types 2022-07-19 19:17:38 -03:00
e7c27bad1c Resolve conflict 2022-07-19 19:17:16 -03:00
17b4021fc6 Resolve conflicts 2022-07-19 19:16:38 -03:00
5021374970
Fix for ChannelFactory and add Guild.fetchVoiceRegions (#74)
* Add CategoryChannel and update ChannelFactory

* Add Guild.fetchVoiceRegions method

* Remove no used type

* Update CategoryChannel

* Update guilds cache

* Fix
2022-07-19 21:47:42 +00:00
Yuzu
2e011a4b11 breaking: remove enableCache duplicate again 2022-07-19 16:36:16 -05:00
b108b74030 Add Guild.fetchVoiceRegions method 2022-07-19 02:51:34 -03:00
e81b80d5cf Add CategoryChannel and update ChannelFactory 2022-07-19 02:51:15 -03:00
5141ad2bb3
Docs: guilds.ts (#72)
* Documentation for channels.ts: BaseChannel and TextChannel

* Update channels docs

* Documentation: guilds.ts

* Documentation: guilds.ts

* Documentation: Guild finish

* Remove some links
2022-07-18 19:06:31 -03:00
63faae768a formatting 2022-07-18 18:29:08 -03:00
9dbba9d0c4 Minor change: deno lint ignore 2022-07-18 18:28:41 -03:00
Yuzu
47d20cb6e0
refactor: separate api types (#71)
* refactor: better api types boundaries

* fix: fmt
2022-07-18 21:18:10 +00:00
aff4bf2e92
Docs: channels.ts -> BaseChannel & TextChannel (#70)
* Documentation for channels.ts: BaseChannel and TextChannel

* Update channels docs
2022-07-18 16:06:26 -03:00
568b262f8f Add GUILD_WIDGET route 2022-07-18 15:36:35 -03:00
Yuzu
b15666f20e
chore: use single quotes (#68)
* chore: single quote
2022-07-18 18:25:23 +00:00
Yuzu
77f251e5d6 fix: fmt 2022-07-18 13:15:28 -05:00
Yuzu
38b2a0e003 fix: fix type on activity status 2022-07-18 13:03:07 -05:00
Yuzu
acfdb97ada Merge branch 'hotfixes' 2022-07-18 13:00:06 -05:00
Yuzu
fd9b0284a6 hotfix: undefined behavior 2022-07-18 12:58:56 -05:00
Marcos Susaña
8131990453
feat(Guild): setSplash, setBanner, SplashDiscovery, leave (#67)
closes #62 #65
2022-07-18 02:54:26 +00:00
Yuzu
94cfd9805c fix: fmt 2022-07-17 20:29:36 -05:00
Yuzu
94852eae76
Documentation(Message, User, Member) (#61)
* feat(doc): add documentation for Message and refactor ReactionResolvable
* feat(doc): add documentation and coverage for User
* feat(doc): add documentation for Member which closes #20
2022-07-18 00:29:41 +00:00
socram03
604a1c9aaa feat(biscuit): Guild max emojis, custom stickers slots 2022-07-17 19:01:54 -04:00
9cf724c109 Update ApplicationCommand constructor types 2022-07-17 18:43:56 -03:00
socram03
7ac20b2a27 feat: editProfile() 2022-07-17 15:00:43 -04:00
socram03
425a80eee3 fix: types 2022-07-16 17:30:18 -04:00
Yuzu
e87f26efb6 fix: bug on builders 2022-07-16 14:40:21 -05:00
Yuzu
b2d4c06222 refactor: interactions 2022-07-15 18:13:24 -05:00
Marcos Susaña
89c43eb3a5
Top level declarations (#56)
* chore(): declarations

* fixes

* fix a jk

* fix components

* fix
2022-07-15 18:03:23 +00:00
Yuzu
ab9379f80b feat(cache): refactor some of the caching system 2022-07-15 10:55:45 -05:00
Yuzu
02a4fc06da idea: remove args_0/args_1 naming 2022-07-14 19:50:50 -05:00
Yuzu
4dd48d9bb4 fix: fmt 2022-07-14 12:58:09 -05:00
Yuzu
67c43e8fcf
compat: remove mixer (#53)
Co-authored-by: Yuzu <yuzuru@programmer.net>
Co-authored-by: Nicolás Serna <nicolito128@hotmail.com>

* compat: replace the mixer

Co-authored-by: Marcos Susaña <66887817+socram03@users.noreply.github.com>
Co-authored-by: Nicolás Serna <nicolito128@hotmail.com>
2022-07-14 17:45:27 +00:00
Yuzu
6a4e9c24fe fix(session): type error 2022-07-14 07:42:33 -05:00
Yuzu
615470e723 fix: fmt 2022-07-14 07:37:45 -05:00
Yuzu
c22ea0a767 feat: update bot status 2022-07-14 07:37:32 -05:00
Yuzu
200f503110 fix(structures): type guards 2022-07-14 06:44:31 -05:00
Yuzu
38cf6d79f6 fix(gateway): debug events that seems to trigger in bun 2022-07-14 06:24:16 -05:00
37936d7ab1 Formatting 2022-07-13 21:35:30 -03:00