151 Commits

Author SHA1 Message Date
MARCROCK22
34216bd066
feat: new ws & member's banner (#232)
* feat: new ws & member's banner

* fix: comments
2024-08-01 22:45:13 -05:00
Fabrizio Santana
91bf30e4b3
Fixes (#231)
* fix: event handling in client.ts and workerclient.ts

* fix: optional
2024-08-01 21:54:23 -04:00
Fabrizio Santana
aeae6f0e37
fix: event handling in client.ts and workerclient.ts (#230) 2024-08-01 21:34:12 -04:00
Marcos Susaña
11c72e66f6
feat: monetization (#227)
* feat: monetization

* chore: apply formatting

* fix: query list entitlements
2024-07-27 22:05:18 -04:00
Marcos Susaña
bd951397a2
feat: Reduce dependencies (#221)
* feat: add support for new Discord application emojis features

* feat: add support for new Discord application emojis features

* feat: applications emojis routes

* chore: switch typings provider

* fix: unnecesary type

* feat: magic bytes

* chore: move api-types

* chore: ?

* fix: omg npm

* chore: apply formatting

* fix: for fast merge

---------

Co-authored-by: Tony Supremacy <165050835+VanStk@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-21 22:58:40 -04:00
4de43ea36c feat: workerManager & workerclient adapter 2024-07-02 01:59:46 +00:00
0be7c73d4a feat: check for locales 2024-06-28 05:58:30 +00:00
David
f05ba46b3a
feat: support .cjs, .mjs, .ts, .mts and .cts extensions in seyfert.config file (#214)
* refactor: update import statement in sharder.ts

* feat: support .mjs and .ts extensions in seyfert.config file

* feat: support .cts, .mts and .cjs extensions in seyfert.config
2024-06-26 19:00:00 -04:00
ad5edad727 feat: cachePath in uploadCommands 2024-06-24 21:08:28 +00:00
Marcos Susaña
6547f71b1f
fix: lang handler (#213) 2024-06-24 15:17:15 -04:00
Marcos Susaña
026805bcb2
Seyfert 2.0 (#208)
* feat: permissible handlers

Co-authored-by: MARCROCK22 <MARCROCK22@users.noreply.github.com>

* feat: init handle command

* feat: unifique interaction/message (not full tested)

* fix: await

* fix: components handler

* fix: console.log

* feat: init transformers

* fix: xd

* fix: check

* chore: apply formatting

* chore: frozen-lockfile

* fix: use pnpm v9

* fix: use pnpm v9

* fix: guildCreate emits when bot has more than 1 shard

* feat: update cache adapter

* fix: types

* fix: limitedAdapter messages and bans support

* fix: yes

* feat: transformers (huge update)

* fix: pnpm

* feat: transformers & handleCommand methods

* feat(resolveCommandFromContent): for handle content of getCommandFrom Content and argsContent

* fix: use raw

* fix: consistency

* fix: return await

* chore: export transformers

* fix: socram code

* fix: handleCommand & types

* fix: events

---------

Co-authored-by: MARCROCK22 <MARCROCK22@users.noreply.github.com>
Co-authored-by: MARCROCK22 <marcos22dev@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: douglas546899 <douglas546899@gmail.com>
Co-authored-by: Aarón Rafael <69669283+Chewawi@users.noreply.github.com>
Co-authored-by: MARCROCK22 <57925328+MARCROCK22@users.noreply.github.com>
2024-06-20 20:59:55 -04:00
David
017ccfc3bf
fix: github actions (#210)
* fix: github actions

* fix: pnpm version

* fix: github actions checkout

* fix: brackets in failure function

* fix: github actions

* fix: github actions

* fix: github actions

* fix: github actions

* fix: github actions

* fix: github actions

* fix: github actions

* fix: github actions

* chore: apply formatting

* fix: github actions

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-14 14:23:58 -04:00
Marcos Susaña
d57357b16a chore: update dependencies 2024-06-10 16:27:53 -04:00
Xeno
390953082b
feat: guild bans, formatter and minor functionality changes. (#203)
* fix(Colors#bold): bold returning weird values

* chore: testing something

* fix(Parsers): optionsParser & argsParser were being overriden by default options

* revert(colors): mistakenly pushed a unplanned change

* feat(Formatter): add a formatter class to add support to discord markdown, unix and etc

* chore: set exports for formatter class

* feat(AllGuildVoiceChannels): new type for all guild based voice channels

* feat(VoiceChannel#members): returns a list of members in the voice channel

* chore: small patch to voice channel methods

* feat(GuildBans): addition of bans into seyfert

* chore: request changes - incomplete

* fix(BanShorter#bulkCreate): fix method return, bulk-bans returns stats

* feat(GuildBan#methods): all methods added on the guild ban structure

* chore: missed some, here pushed them

* chore: requested change

---------

Co-authored-by: NotAditya69 <90441096+NotAditya69@users.noreply.github.com>
2024-06-10 04:18:54 -04:00
37dfaef407 fix: types and props 2024-06-07 16:52:05 +00:00
f061dccf3f fix: gateway properties 2024-06-06 20:07:50 +00:00
3c1465c0ee fix: guildCreate cache 2024-06-06 18:15:45 +00:00
f3b8e3b67d feat: extraProps 2024-06-06 01:57:26 +00:00
db6134cf95 fix: guildCreate event 2024-06-05 23:34:24 +00:00
349628a587 feat: custom events 2024-06-04 21:29:02 +00:00
625e400c20 fix: defaults of integrationTypes & contexts 2024-06-04 00:26:54 +00:00
7e30f4ba78 fix: defaultParsers in WorkerClient 2024-06-03 19:47:39 +00:00
Xeno
ac0d09d77a
Parsers overridden during client initialization making external parsers from not working. (#200)
* fix(Colors#bold): bold returning weird values

* chore: testing something

* fix(Parsers): optionsParser & argsParser were being overriden by default options

* revert(colors): mistakenly pushed a unplanned change

---------

Co-authored-by: NotAditya69 <90441096+NotAditya69@users.noreply.github.com>
2024-06-03 15:09:54 -04:00
2737b8f426 feat: optionsParser option 2024-06-02 20:21:18 +00:00
5f61e8e66b fix: message structure types 2024-06-02 15:37:45 +00:00
d2157e7324 feat: optimize code & implement onRunError and onStopError in collectors & use Promise.all 2024-06-02 14:33:44 +00:00
c8d2500892 fix: raw event 2024-06-01 20:17:47 +00:00
0da67319f3 fix: cache flow 2024-06-01 20:14:40 +00:00
Marcos Susaña
c409628a43
chore: updates (#195) 2024-05-28 09:19:35 -04:00
MARCROCK22
24924cce58 fix: clearTimeout 2024-05-25 16:15:02 -04:00
MARCROCK22
04e5146ac5 fix: workerclient lmao 2024-05-25 13:30:58 -04:00
MARCROCK22
48bf52a269 feat: collectors 2024-05-25 13:27:53 -04:00
MARCROCK22
006a9f390f feat: send attachments option by default 2024-05-25 13:18:43 -04:00
MARCROCK22
5a53883905 feat: getRC client option 2024-05-18 16:03:33 -04:00
MARCROCK22
2e680f557f fix: use d-api enum instead 2024-05-18 14:17:51 -04:00
MARCROCK22
963dcf02cf fix: argsParser content 2024-05-13 16:05:35 -04:00
MARCROCK22
4176a377ff fix: oopsie 2024-05-12 21:43:30 -04:00
MARCROCK22
9dec8e50eb feat: shouldUploadCommands 2024-05-12 21:40:27 -04:00
MARCROCK22
52e03c2cb0 feat: useUWS httpConnection option 2024-05-12 16:07:26 -04:00
MARCROCK22
2fe113086e feat: before and after state 2024-05-11 23:29:28 -04:00
MARCROCK22
b44e7d456a fix: slice message content argsParser 2024-05-11 15:31:09 -04:00
MARCROCK22
6a63178846 fix: message command choices 2024-05-11 00:34:33 -04:00
MARCROCK22
c6bd0f77e2 feat: assign .command to context 2024-05-11 00:19:41 -04:00
MARCROCK22
69867d22ca feat: componentcommand & modalcommand default methods 2024-05-10 23:29:29 -04:00
MARCROCK22
44b0a6354f fix: apply extendContext to ModalContext 2024-05-10 21:22:59 -04:00
MARCROCK22
92c39b91c4 fix: "bro y todo ese codigo repetido" 2024-05-10 21:02:25 -04:00
MARCROCK22
23422cadfa feat: componentcommand and modalcommand now can use middlewares 2024-05-10 17:26:16 -04:00
MARCROCK22
b5099a005e fix: options resolver 2024-05-09 14:35:34 -04:00
MARCROCK22
d72d6c0844 fix: workerData is nullable 2024-05-08 22:17:30 -04:00
MARCROCK22
25e926ae82 fix: cf workers support 2024-05-08 19:56:05 -04:00