29 Commits

Author SHA1 Message Date
b1e66f05dc chore: perfomance 2024-10-26 21:26:35 +00:00
a09b2ff982 fix: limitedMemoryAdapter#bulkGet 2024-10-06 13:46:13 +00:00
Mohtasim Alam Sohom
4fb4861386
Reduce memory allocation in LimitedMemoryAdapter (#272)
* refactor(LimitedMemoryAdapter): optimize scan function

Reduced the memory allocation by not creating a different array to iterate. Precalculated wildcard

* refactor(LimitedMemoryAdapter): optimize ulkGet function

Optimize the ulkGet function by not creating a different array once. Used Set for faster lookups.

* refactor(LimitedMemoryAdapter): rename keys to key in the get() function
2024-10-06 09:30:59 -04:00
MARCROCK22
13b8a32d42
fix rest types, collectors update, improve types (#266)
* feat: ctx types, delete threads cache, cache.channels.threads, changes to collectors, fix rest types

* fix: use apithreadchannel instead

* feat: revert threads relationship, fix collectors

* fix: cache thread when creating

* fix: unused

* feat: entitlement trasnformer

* fix: non-null assertion

* fix: circular?

* fix: collector onStop reason type

* fix: types

* feat: onPass method

* fix: undefined value
2024-09-27 22:08:50 -05:00
24cfd39001 fix: dont encode cache data by default 2024-09-20 03:42:22 +00:00
3245291121 fix: actually using biome 2024-09-15 19:02:13 +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
07340a98bb feat: slipher 2024-08-17 02:36:27 +00:00
simxnet
571ab18f4f
fix(limitedAdapter): options (#236)
* fix(limitedAdapter): options

* fix: use mergeoptions
2024-08-07 18:37:25 -04:00
c3ea1a394a feat: endcode & decode cache adapters option 2024-08-03 23:58:55 +00:00
6b931e5661 fix: limitedmemoryadapter#remove 2024-07-07 22:00:58 +00:00
4de43ea36c feat: workerManager & workerclient adapter 2024-07-02 01:59:46 +00: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
MARCROCK22
3b2cbd3089
Feat: cloudfare workers support (#190)
* feat: cloudfare workers

* fix: chokidar

* fix: handlers

* fix: lazyLoadPackage
2024-05-07 16:53:10 -04:00
MARCROCK22
9e99c7b2cf fix: type & redis 2024-04-25 22:45:28 -04:00
MARCROCK22
cffbadee61 feat: messages cache 2024-04-20 23:36:06 -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
c573ca9909 feat: limitedMemoryAdapter 2024-04-14 20:08:26 -04: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
0136b6aae0 feat: awaitable type 2024-03-26 15:45:07 -04:00
MARCROCK22
dbad537eae fix redis cache, prefixed commands 2024-03-19 19:57:57 -04:00
MARCROCK22
c8e6f43d4f yes 2024-03-16 15:17:30 -04:00
MARCROCK22
e63264bdf1 clusters 2024-03-16 15:14:57 -04:00
MARCROCK22
b059fb0d5d fix 2024-03-13 14:03:51 -04:00
MARCROCK22
d0915ba882 the ultimate framework 2024-03-09 15:49:41 -04:00