860 Commits

Author SHA1 Message Date
Tony Supremacy
04e17789e8
feat: add support for application emojis features (#220)
* 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
2024-07-19 15:45:08 -04:00
NoBody
38c2b4ee9f
Fix error in Middlewares (#219)
* fix: indexAttachment bug in handleCommand

* fix: return false instead of early return on runGlobalMiddlewares
2024-07-11 21:26:17 -04:00
Marcos Susaña
051f4c63bd
chore: move chokidar to optionalDependencies 2024-07-10 18:47:22 -04:00
Marcos Susaña
07a1b64025
fix: xd 2024-07-09 20:05:38 -04:00
Marcos Susaña
3c66dd899f
fix: bad typing 2024-07-09 20:02:31 -04:00
Marcos Susaña
ae21fc075a
Merge branch 'main' of github.com:socram03/seyfert 2024-07-09 18:16:29 -04:00
Marcos Susaña
02f08c5bff
fix: guild edit 2024-07-09 18:15:53 -04:00
Marcos Susaña
130519e939
fix: guild edit 2024-07-09 18:11:55 -04:00
6b931e5661 fix: limitedmemoryadapter#remove 2024-07-07 22:00:58 +00:00
NoBody
804423f2a1
fix: indexAttachment bug in handleCommand (#218) 2024-07-07 10:15:44 -04:00
a6dae32aaf fix: i hate git 2024-07-02 21:59:55 +00:00
MARCROCK22
626361f4ff
Merge branch 'tiramisulabs:main' into main 2024-07-02 17:56:28 -04:00
MARCROCK22
964943c4b3
Merge branch 'tiramisulabs:main' into main 2024-07-02 17:53:14 -04:00
9e0586986d feat: cache raw methods 2024-07-02 21:53:00 +00:00
eb1a999c45 feat: handleCommand update 2024-07-02 21:16:54 +00:00
MARCROCK22
8e655ee1c7
feat: workerManager & workerclient adapter (#217) 2024-07-01 22:11:41 -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
Marcos Susaña
ddc6dab0db
fix: embeds (#215) 2024-06-26 18:40:19 -04:00
ad5edad727 feat: cachePath in uploadCommands 2024-06-24 21:08:28 +00:00
1ee3edfc5b feat: cache#testAdapter 2024-06-24 21:01:14 +00:00
Marcos Susaña
ef5370462b
feat(VoiceState): setSuppress, requestSpeak (#212)
* feat: setSuppress, requestSpeak

* fix: assing

* fix: never

* fix: set request timestamp
2024-06-24 15:21:11 -04:00
Marcos Susaña
6547f71b1f
fix: lang handler (#213) 2024-06-24 15:17:15 -04:00
1cb4ab4a46 fix: mergeOptions & types 2024-06-22 01:09:12 +00:00
simxnet
af678b88f7
chore: some readme tweaks (#211)
* chore: some readme tweaks

* fix: specify flags on readme
2024-06-21 17:45:19 -05: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
24f4b140cd
fix: failure lint in pr coming from forks 2024-06-12 08:00:47 -04:00
Marcos Susaña
54601594f1
chore: fix lint action 2024-06-12 07:50:43 -04:00
Xeno
20bb778722
chore: improve toString output with newly added formatters (#209)
* chore: improve toString output with newly added formatters

* fix(missingParameter): added emoji name as a parameter

---------

Co-authored-by: NotAditya69 <90441096+NotAditya69@users.noreply.github.com>
2024-06-12 07:49:42 -04:00
88c800d9fd chore: add commit prefix 2024-06-11 23:13:18 +00:00
Marcos Susaña
d57357b16a chore: update dependencies 2024-06-10 16:27:53 -04:00
Marcos Susaña
0c5e874bbd fix: guild member user error 2024-06-10 16:21:31 -04:00
Marcos Susaña
eaa8455d51
fix: .editorconfig same values with biome (#206) 2024-06-10 16:01:14 -04:00
d6e9ea0661 chore: add lint action 2024-06-10 19:39:22 +00:00
Marcos Susaña
6930787795 chore: bump version 2024-06-10 07:35:22 -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
eef42a9a9f fix: actually fix default props in components 2024-06-06 17:36:29 +00:00
Marcos Susaña
9a942e8674
fix: default props in components (#202) 2024-06-06 11:23:01 -04:00
71763d11d9 fix: console.log 2024-06-06 02:04:46 +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
23be553844 fix: missing seyfert custom events 2024-06-05 00:34:50 +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