Commit graph

210 commits

Author SHA1 Message Date
Aki
3695b81de6
Merge pull request #66 from DjDeveloperr/slash
SlashClient & RESTManager can run alone and added APIMap
2020-12-20 21:01:39 +09:00
DjDeveloperr
cac3c5c9e3 chore: make slashclient standalone and restmanager accept options 2020-12-20 15:15:49 +05:30
Helloyunho
9688d248e3 Add edit channel feature 2020-12-20 18:11:37 +09:00
DjDeveloperr
4d8eabcc2c Merge remote-tracking branch 'origin/main' into slash 2020-12-20 14:12:57 +05:30
DjDeveloperr
5fae38fce6 feat: add api route builder 2020-12-20 14:12:24 +05:30
Helloyunho
dced786e60 Add interfaces for channel edit 2020-12-20 17:14:57 +09:00
Helloyunho
dd70d96d50 Change category channel payload name 2020-12-20 17:14:05 +09:00
Helloyunho
837f045bdd Remove nsfw property in some channels
Some guild channels can't be a nsfw channel
2020-12-20 17:13:25 +09:00
Helloyunho
a04f6ab973 Fix managers' array function 2020-12-19 16:58:40 +09:00
Helloyunho
d7f4b244c1 Add Sticker Feature 2020-12-17 10:20:06 +09:00
Helloyunho
803700a0cc
Merge pull request #61 from DjDeveloperr/slash
Add Sub Commands and Sub Command Group handlers and decorators
2020-12-16 22:52:08 +09:00
DjDeveloperr
9c46287e61 feat: change SlashClient#handle (BREAKING) 2020-12-16 18:41:01 +05:30
DjDeveloperr
e0154ceec1 feat(slash): add support for sub and group handling (this drove me crazy) 2020-12-16 05:05:26 -08:00
DjDeveloperr
999fe88aa4 feat(slash): complete types 2020-12-16 16:12:52 +05:30
DjDeveloperr
71913ce239 feat: shard - the beginning 2020-12-16 15:30:13 +05:30
DjDeveloperr
d0f48f601a fix(command): broke when user sent just prefix 2020-12-16 14:54:42 +05:30
Helloyunho
55ddc64187
Merge pull request #56 from DjDeveloperr/slash
feat: Slash Commands & Interactions [WIP?]
2020-12-16 10:53:36 +09:00
DjDeveloperr
844a408c74 export SlashModule 2020-12-15 11:08:37 +05:30
Snowflake
6db3a4fc6e
add ColorUtil 2020-12-14 18:57:36 +05:45
Snowflake
31df6a4542
reformat, linter 2020-12-14 14:35:02 +05:45
Snowflake
dd2c3c1f8c
lint 2020-12-14 13:32:13 +05:45
Snowflake
96ae0a5398
jsdoc 2020-12-14 13:16:08 +05:45
Snowflake
79437c8936
update collection methods
changes the methods like first(), last() and random()
2020-12-14 13:14:14 +05:45
DjDeveloperr
3dcf57c658 feat(slash): add SlashModule and sub command support 2020-12-12 17:57:35 +05:30
DjDeveloperr
e6be50cdc7 fix 2020-12-11 15:47:33 +05:30
DjDeveloperr
97fce78953 feat(slash): try add new methods 2020-12-11 15:47:05 +05:30
DjDeveloperr
bb662267cb feat(slash): add temp?: boolean 2020-12-10 16:12:03 +05:30
DjDeveloperr
e1281736ec feat(slash): add @slash decorator support 2020-12-10 14:40:00 +05:30
DjDeveloperr
b0d6092c25 feat(slash): more... 2020-12-10 13:49:43 +05:30
DjDeveloperr
6e014b353e feat(slash): many new things 2020-12-10 12:25:52 +05:30
DjDeveloperr
d14fe15d68 feat: slash commands 2020-12-10 10:06:36 +05:30
DjDeveloperr
91c07e551e feat(gateway): option to customize client props 2020-12-09 10:48:39 +05:30
DjDeveloperr
df34ce9a95 feat(command): add nsfw property and checks 2020-12-08 12:39:58 +05:30
DjDeveloperr
65766db1ac fix: multiple prefix conflicts 2020-12-08 12:35:34 +05:30
DjDeveloperr
0eadfd829e feat(extensions): add sub prefix 2020-12-08 12:13:06 +05:30
DjDeveloperr
1119379fb5 fix: nightly build failing 2020-12-06 13:15:38 +05:30
DjDeveloperr
97d6f3fd05 fix(lint) 2020-12-06 13:13:41 +05:30
DjDeveloperr
659080f341 feat(decorators): stablize props and remove after loading 2020-12-06 13:11:37 +05:30
DjDeveloperr
f2e906987c Merge remote-tracking branch 'origin/main' into decorators 2020-12-06 12:58:39 +05:30
DjDeveloperr
895b13a9b1 feat(decorators): add support for @event and @command decorators 2020-12-06 12:58:01 +05:30
Helloyunho
4db6203650
Merge pull request #53 from noamboy2006/main
fix: minor grammar/typo fixes in comments
2020-12-05 18:37:34 +09:00
DjDeveloperr
f6c307844f feat(voice): add Gateway#updateVoiceState, VoiceChannel#join, VoiceChannel#leave 2020-12-05 14:26:43 +05:30
Helloyunho
a66a18cdc0 Run formatter 2020-12-05 16:20:08 +09:00
Helloyunho
c3d025529d Remove other mentions in Message
We already have MessageMentions class, which handles all mentions.
2020-12-05 16:19:51 +09:00
Helloyunho
8a0882cd4d Use intent from connect function if it was set in both function and client setting 2020-12-05 16:18:45 +09:00
DjDeveloperr
9c67ff6c84 Merge branch 'main' of https://github.com/harmony-org/harmony into main 2020-12-05 12:40:06 +05:30
DjDeveloperr
472c7e33f8 feat: drop self-bot support 2020-12-05 12:38:52 +05:30
DjDeveloperr
2422866a3b feat(gateway:events): remove debug logs 2020-12-05 12:26:01 +05:30
noamboy2006
43d013b62d lint errors/typos 2020-12-05 11:39:37 +09:00
noamboy2006
fe6930c065 miner grammer/typo fixes is comments. Changed all comments I can find to consider method as a singular noun, tho I might missed a few comments 2020-12-05 11:24:08 +09:00