125 Commits

Author SHA1 Message Date
751f9cedb2 feat: makeDeepPartial type 2024-09-09 02:49:16 +00:00
3374252a36 fix: resharder 2024-09-09 02:29:57 +00:00
364148ccf7 fix: unused 2024-09-07 22:29:06 +00:00
MARCROCK22
ead838637c
feat: cache callback, actually disable cache when disabledCache is true (#263)
* feat: cache callback, actually disable cache when disabledCache is "true"

* fix: types
2024-09-07 13:46:42 -04:00
Marcos Susaña
baa78422ec
chore: disabled all cache 2024-09-06 22:21:42 -04:00
Marcos Susaña
0cef3a9f6f
fix(Watcher): partial types 2024-09-02 18:01:34 -04:00
MARCROCK22
6817eb44f3
feat(ShardManger): resharding (#259)
* feat(ShardManger): resharding

* fix: xd

* fix: types

* fix: minor changes

* fix: unused interval
2024-08-31 22:17:04 -05:00
0c1ef3777f fix: types 2024-08-28 01:40:13 +00:00
Marcos Susaña
a9d14c4c01
feat: Entry Points (#256)
* feat: entry points types

* fix: update attachment

* feat: more types and command

* chore: apply formatting

* feat: entry interaction

* chore: apply formatting

* feat: entry commands

* feat: end

* fix: build

* fix: typing

* fix: entry point in handler

* fix: build

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-27 21:18:16 -04:00
fc4c7ef3da fix(cache): actually disabling onPacket cache 2024-08-26 01:58:49 +00:00
MARCROCK22
633b19c382
feat: queue to spawn workers (#255)
* feat: queue to spawn workers

* fix: using optional chaining
2024-08-25 14:14:41 -04:00
Marcos Susaña
498c66efdb
feat(Guild): get shard methods (#254)
* feat: guild shard

* fix: worker client

* fix: xd
2024-08-25 01:18:39 -04:00
4f3d5548a9 fix: event types 2024-08-21 15:01:04 +00:00
11fa0bb6d4 fix: botReady guild unavailable bug 2024-08-21 00:47:35 +00:00
285ec140a0 fix: only cache config on cf workers 2024-08-20 02:08:38 +00:00
MARCROCK22
b0e10fd4a9
feat: use an object instead of an array to disable cache & option to disable cache on events (#245) 2024-08-19 22:03:52 -04:00
98c755dac7 fix: botReady emits twice 2024-08-17 18:52:07 +00:00
07340a98bb feat: slipher 2024-08-17 02:36:27 +00:00
d79254ab6c chore: remove useless depedency 2024-08-14 22:09:02 +00:00
d064b1b802 fix: await 2024-08-04 00:32:38 +00:00
f3ba75155d fix: collectors 2024-08-03 23:59:52 +00:00
449be8ea38 fix: cache 2024-08-03 03:56:14 +00:00
966a157547 fix: socram code 2024-08-03 00:05:39 +00:00
Marcos Susaña
992a117bbc
fix: fetch bot member permissions in prefix commands 2024-08-02 14:37:17 -04:00
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