57 Commits

Author SHA1 Message Date
Marcos Susaña
d6ff9767a1
feat: http voice states (#235)
* feat: http voice states

* fix: ups

* fix: typo

* fix: structure
2024-08-07 20:26:47 -04:00
Marcos Susaña
2f1ba85a94
fix: application shorter 2024-07-27 22:55:23 -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
cd445b19b2
chore: remove ts-mixer dependency (#223)
* feat: mixer

* feat(api): allow token in proxy options

* feat(member): timeout's

* chore: apply formatting

* fix: xd?

* fix: timeout reason

* fix: hasTimeout getter

* feat: mixer...

* fix: setter

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-24 21:41:24 -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
Marcos Susaña
3c66dd899f
fix: bad typing 2024-07-09 20:02:31 -04:00
Marcos Susaña
02f08c5bff
fix: guild edit 2024-07-09 18:15:53 -04: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
1cb4ab4a46 fix: mergeOptions & types 2024-06-22 01:09:12 +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
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
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
Xeno
00640bfda7
feat: new changes to avatarURL method over GuildMember & User (#194)
* fix(GuildMember#avatarURL): use dynamic response, to return gif avatar if the avatar is a gif

* fix(User#avatarURL): dynamic response, if avatar is a gif return gif

* fix(avatarURL): specified extension is being overriden by gif if avatar starts with a_

* chore: change in parseCDNURL so it's effective for almost everything

* chore: re-add GuildMember#dynamicAvatarURL

* fix(GuildEmoji#create): returns void while it should return the resolve promise of the created emoji

---------

Co-authored-by: NotAditya69 <90441096+NotAditya69@users.noreply.github.com>
2024-05-30 15:17:59 -04:00
Marcos Susaña
c409628a43
chore: updates (#195) 2024-05-28 09:19:35 -04:00
MARCROCK22
0dbb331e71 fix: use emojis cache 2024-05-25 16:22:21 -04:00
MARCROCK22
d06cd2e847 fix: return emoji 2024-05-25 16:19:09 -04:00
MARCROCK22
006a9f390f feat: send attachments option by default 2024-05-25 13:18:43 -04:00
MARCROCK22
52e03c2cb0 feat: useUWS httpConnection option 2024-05-12 16:07:26 -04:00
MARCROCK22
9f228259a2 fix: i hate cf workers 2024-05-08 22:16:27 -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
6110337704 feat: allowedMentions client option 2024-05-01 17:14:08 -04:00
MARCROCK22
c67bf0f7b2 fix: xd 2024-04-30 17:01:19 -04:00
MARCROCK22
9f8bec917b fix: destructuring modal 2024-04-30 16:56:13 -04:00
MARCROCK22
9e99c7b2cf fix: type & redis 2024-04-25 22:45:28 -04:00
MARCROCK22
c46e9515d6 fix: objectToLower & objectToSnake types 2024-04-25 17:06:53 -04:00
Marcos Susaña
a60bd19937
fix: Polls (#189)
* feat: add polls

* fix: polls builder and send

* fix: transformBody
2024-04-22 18:18:12 -04:00
Marcos Susaña
9e54231d02
feat: add polls (#188) 2024-04-22 15:53:38 -04:00
MARCROCK22
dff87e4b5e feat: interactions.reply method 2024-04-21 12:21:27 -04:00
MARCROCK22
cf6d1ac819 fix: missing 2024-04-20 23:43:05 -04:00
MARCROCK22
cffbadee61 feat: messages cache 2024-04-20 23:36:06 -04:00
Marcos Susaña
20088e9275
feat: Interactions shorters (#187)
* feat: threads methods

* fix: typing

* fix: fixes

* feat: interaction shorter

* fix: files in followup
2024-04-19 14:37:43 -04:00
Marcos Susaña
f9cc5da7cc
feat: VoiceChannel.setVoiceState (#186)
* feat: threads methods

* fix: typing

* fix: fixes

* feat: setVoiceState

* fix: return promise
2024-04-19 14:06:55 -04:00
MARCROCK22
989efb172e feat: fetchMessages method 2024-04-18 18:36:55 -04:00
Marcos Susaña
773c0a38c7
feat: thread methods and shorter (#184)
* feat: threads methods

* fix: typing

* fix: fixes
2024-04-16 15:07:11 -04:00
MARCROCK22
961eb04b37 feat: cache.<resource>.filter 2024-04-15 15:08:02 -04:00
Marcos Susaña
38ef5d91cf
fix: some shorters doesn't return structs (#183) 2024-04-15 14:48:44 -04:00
MARCROCK22
9724d3eb9f feat: handlers update 2024-04-12 17:28:35 -04:00
MARCROCK22
2de3dcea0a fix: dont overwrite member permissions 2024-04-06 12:51:09 -04:00
Marcos Susaña
7929c9ac9a feat: proxy cdn
Co-authored-by: MARCROCK22 <MARCROCK22@users.noreply.github.com>
2024-04-05 23:02:33 -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
b46c16cd50 feat: add bannable, kickable, moderatable, manageable to GuildMember and update shorters 2024-03-27 13:57:45 -04:00
MARCROCK22
39b6334f7e feat: add DiscordDark and DIscordLight to EmbedColors enum 2024-03-26 20:27:08 -04:00
MARCROCK22
caf85b63af feat: handler callbacks 2024-03-26 18:21:38 -04:00
MARCROCK22
0136b6aae0 feat: awaitable type 2024-03-26 15:45:07 -04:00
MARCROCK22
4428330c07 fix: socram code 2024-03-26 15:17:44 -04:00
MARCROCK22
9b40239b55 feat: experimental custom handlers 2024-03-26 14:39:04 -04:00
MARCROCK22
28fb9b8cda fix: reload commands 2024-03-26 13:03:45 -04:00