294 Commits

Author SHA1 Message Date
MARCROCK22
7f49385fb1 feat: overwrite token via request 2024-04-24 18:23:43 -04:00
MARCROCK22
59b48b2168 feat: support for Bearer auth type 2024-04-24 18:18:59 -04:00
MARCROCK22
2f1b6e4b8f feat: use message cache in events 2024-04-22 19:41:46 -04:00
MARCROCK22
a96db12337 fix: client onPacket 2024-04-22 19:00:33 -04:00
MARCROCK22
ac93b7d119 fix: oops 2024-04-22 18:45:16 -04:00
MARCROCK22
ff42213a13 fix: poll typings 2024-04-22 18:43:25 -04:00
MARCROCK22
ef0786775c fix: clean code & messages cache 2024-04-22 18:27:36 -04:00
Marcos Susaña
a60bd19937
fix: Polls (#189)
* feat: add polls

* fix: polls builder and send

* fix: transformBody
2024-04-22 18:18:12 -04:00
Marcos Susaña
9e54231d02
feat: add polls (#188) 2024-04-22 15:53:38 -04:00
MARCROCK22
d55e904366 fix: yes 2024-04-21 16:47:04 -04:00
MARCROCK22
466b477193 fix: using __reply function 2024-04-21 16:45:22 -04:00
MARCROCK22
dff87e4b5e feat: interactions.reply method 2024-04-21 12:21:27 -04:00
MARCROCK22
cf6d1ac819 fix: missing 2024-04-20 23:43:05 -04:00
MARCROCK22
cffbadee61 feat: messages cache 2024-04-20 23:36:06 -04:00
MARCROCK22
5470516e3d fix: use ts-expect-error instead of ts- 2024-04-20 12:44:37 -04:00
MARCROCK22
400a8b8c52 feat: <resource>.filter types 2024-04-20 12:38:25 -04:00
Marcos Susaña
20088e9275
feat: Interactions shorters (#187)
* feat: threads methods

* fix: typing

* fix: fixes

* feat: interaction shorter

* fix: files in followup
2024-04-19 14:37:43 -04:00
Marcos Susaña
f9cc5da7cc
feat: VoiceChannel.setVoiceState (#186)
* feat: threads methods

* fix: typing

* fix: fixes

* feat: setVoiceState

* fix: return promise
2024-04-19 14:06:55 -04:00
MARCROCK22
989efb172e feat: fetchMessages method 2024-04-18 18:36:55 -04:00
JustEvil
d603836bc1
fix: modal response (#185) 2024-04-17 21:52:31 -04:00
Marcos Susaña
773c0a38c7
feat: thread methods and shorter (#184)
* feat: threads methods

* fix: typing

* fix: fixes
2024-04-16 15:07:11 -04:00
MARCROCK22
838ebd5c27 fix: iterator var 2024-04-15 21:36:58 -04:00
MARCROCK22
4a71c1950f fix: logs 2024-04-15 21:25:41 -04:00
MARCROCK22
6ea91315c3 feat: save data using guild_id as key 2024-04-15 21:20:36 -04:00
MARCROCK22
fd16a15b09 fix: filter method 2024-04-15 15:13:58 -04:00
MARCROCK22
961eb04b37 feat: cache.<resource>.filter 2024-04-15 15:08:02 -04:00
Marcos Susaña
38ef5d91cf
fix: some shorters doesn't return structs (#183) 2024-04-15 14:48:44 -04:00
MARCROCK22
c573ca9909 feat: limitedMemoryAdapter 2024-04-14 20:08:26 -04:00
MARCROCK22
aa26766b38 fix: onInternalError default 2024-04-14 17:07:42 -04:00
MARCROCK22
a709198f15 feat: default commands methods 2024-04-14 16:49:23 -04:00
MARCROCK22
28133b2c1f fix: use calculateUserDefaultAvatarIndex function 2024-04-14 12:14:54 -04:00
MARCROCK22
0392de7964 fix: use pnpm as pm 2024-04-13 22:20:41 -04:00
FreeAoi
1ce717424b revert the last commit 2024-04-13 20:00:58 -06:00
FreeAoi
eef6cd14f7 fix: goodbye npm hello bun 2024-04-13 20:00:26 -06:00
MARCROCK22
9724d3eb9f feat: handlers update 2024-04-12 17:28:35 -04:00
MARCROCK22
33165faf95 feat: message commands aliases 2024-04-08 22:18:28 -04:00
MARCROCK22
34482e4fd6 fix: parseCDNURL extension 2024-04-08 18:26:57 -04:00
Mateo
1020c48798 fix: modal example and readme wording 2024-04-07 19:01:34 -05:00
MARCROCK22
f91968caef fix: promises 2024-04-07 16:57:54 -04:00
MARCROCK22
2cfb4b951b feat: ignore property when declaring command & flush method 2024-04-07 16:48:19 -04:00
MARCROCK22
551027b7a7 fix: socram code 2024-04-06 16:11:25 -04:00
MARCROCK22
80caba88b5 fix: overwrites cache types 2024-04-06 12:57:22 -04:00
MARCROCK22
2de3dcea0a fix: dont overwrite member permissions 2024-04-06 12:51:09 -04:00
MARCROCK22
22b33127f7 fix: parseCDNURL correct arguments 2024-04-06 12:15:03 -04:00
Marcos Susaña
7929c9ac9a feat: proxy cdn
Co-authored-by: MARCROCK22 <MARCROCK22@users.noreply.github.com>
2024-04-05 23:02:33 -04:00
MARCROCK22
1e9286c999 fix: types 2024-04-02 20:49:25 -04:00
MARCROCK22
b9117f5524 fix: ws priority 2024-04-01 21:59:50 -04:00
MARCROCK22
f70edcd7e9 fix: voicestate parse lol 2024-04-01 18:09:20 -04:00
MARCROCK22
74097ff1b9 fix: voice state parse 2024-04-01 18:08:26 -04:00
Marcos Susaña
329b96387e
feat: Shorters utilities (#172)
* feat: more shorters, voice state

* fix: voice states resource types

* fix: add clarification

* fix: fixes

* fix: voice state updates

* fix: xd?

---------

Co-authored-by: MARCROCK22 <57925328+MARCROCK22@users.noreply.github.com>
2024-04-01 18:07:41 -04:00