30 Commits

Author SHA1 Message Date
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
a6dae32aaf fix: i hate git 2024-07-02 21:59:55 +00:00
9e0586986d feat: cache raw methods 2024-07-02 21:53:00 +00:00
1ee3edfc5b feat: cache#testAdapter 2024-06-24 21:01:14 +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
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
d2157e7324 feat: optimize code & implement onRunError and onStopError in collectors & use Promise.all 2024-06-02 14:33:44 +00:00
52ee517fdc fix: use fakePromise 2024-05-31 00:39:49 +00:00
Marcos Susaña
c409628a43
chore: updates (#195) 2024-05-28 09:19:35 -04:00
MARCROCK22
9dec8e50eb feat: shouldUploadCommands 2024-05-12 21:40:27 -04:00
MARCROCK22
2f1b6e4b8f feat: use message cache in events 2024-04-22 19:41:46 -04:00
MARCROCK22
ef0786775c fix: clean code & messages cache 2024-04-22 18:27:36 -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
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
MARCROCK22
c573ca9909 feat: limitedMemoryAdapter 2024-04-14 20:08:26 -04:00
MARCROCK22
80caba88b5 fix: overwrites cache types 2024-04-06 12:57:22 -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
MARCROCK22
71a145612d feat: update exports 2024-03-27 23:10:19 -04:00
MARCROCK22
4c05c25a41 fix: collect.run types 2024-03-27 22:07:39 -04:00
MARCROCK22
f100c8b5d0 fix: cache id property overwrite 2024-03-26 15:39:30 -04:00
MARCROCK22
3d768d90b5 fix: guild-related count 2024-03-24 21:14:12 -04:00
MARCROCK22
b072e33fd6 UsingClient, __parseCommandLocales 2024-03-22 13:34:31 -04:00
MARCROCK22
dbad537eae fix redis cache, prefixed commands 2024-03-19 19:57:57 -04:00
MARCROCK22
d0915ba882 the ultimate framework 2024-03-09 15:49:41 -04:00