Yuzu
33ce86d761
fix: add readme
2022-07-29 17:33:26 -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
Yuzu
58433e2bb6
fix(docs): remove enableCache duplicate
2022-07-19 16:30:29 -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
Yuzu
73b20bfdcb
fix(readem): tpyo
2022-07-19 02:21:00 +00: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
9699bfa37b
fix: 👾
2022-07-18 13:24:58 -05: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
61cb7b26fb
chore: fancy stuff
2022-07-17 20:54:10 -05: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
Marcos Susaña
1583471367
Merge editProfile #60
...
feat(biscuit): Session.editProfile()
2022-07-17 15:58:41 -04:00
socram03
7ac20b2a27
feat: editProfile()
2022-07-17 15:00:43 -04:00
Marcos Susaña
ddfcab3142
fix: types ( #59 )
...
closes #58
2022-07-16 22:08:27 +00: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
992dc48d7e
Merge branch 'refactor-interactions'
2022-07-15 18:15:17 -05:00
Yuzu
b2d4c06222
refactor: interactions
2022-07-15 18:13:24 -05:00
9002fce7df
Merge branch 'main' of https://github.com/oasisjs/biscuit
2022-07-15 16:04:08 -03: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
91418dc936
Merge branch 'main' of https://github.com/oasisjs/biscuit
2022-07-15 15:03:17 -03:00
Yuzu
ab9379f80b
feat(cache): refactor some of the caching system
2022-07-15 10:55:45 -05:00
Yuzu
6e6aac1443
fix: examples
2022-07-14 20:59:52 -05:00