140 Commits

Author SHA1 Message Date
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
e366462114 Merge branch 'main' of https://github.com/oasisjs/biscuit 2022-07-13 21:29:32 -03:00
0e51078f48 Update examples and formatting 2022-07-13 21:29:14 -03:00
socram03
c81691daa4 fix(typo): Builders 2022-07-13 18:56:36 -04:00
Yuzu
dec7f63b43 fix: fmt 2022-07-13 13:16:56 -05:00
socram03
a8bd630ecd fix(Message): stickers no deprecated 2022-07-13 14:08:09 -04:00
Yuzu
2c74350252 whatever 2022-07-13 13:00:35 -05:00
socram03
ceef031f10 Merge branch 'main' of github.com:deno-biscuit/biscuit into main 2022-07-13 13:55:37 -04:00
socram03
0dfaa16fa4 feat(Message): Message.stickers 2022-07-13 13:55:25 -04:00
c5e87790cc Update guilds.ts 2022-07-13 14:53:52 -03:00
Yuzu
6a0fd891ef fix(structures): parse Message.stickers / edit known issues 2022-07-13 12:53:02 -05:00
27741caaab Merge branch 'main' of https://github.com/oasisjs/biscuit 2022-07-13 14:47:46 -03:00
socram03
3f136ea179 Merge branch 'main' of github.com:deno-biscuit/biscuit into main 2022-07-13 13:47:30 -04:00
socram03
a15f8bee5e feat(Structures): Stickers 2022-07-13 13:47:28 -04:00
ecce546a29 Merge branch 'main' of https://github.com/oasisjs/biscuit 2022-07-13 14:47:21 -03:00
a29f95459b /guilds folder to guilds.ts 2022-07-13 14:47:15 -03:00
Yuzu
748bec93dc minor changes 2022-07-13 12:43:54 -05:00
f547099b5b Formatting 2022-07-13 14:10:45 -03:00
b178357553 Minor change: remove partial reaction 2022-07-13 14:10:32 -03:00
Yuzu
b4ad1865e1 feat(commands): closes #39 2022-07-13 11:57:28 -05:00
Yuzu
815e0f4bf8 fix(gateway): remove Collection 2022-07-13 10:14:43 -05:00