Commit Graph

56 Commits

Author SHA1 Message Date
Gary
0cdafd4b63 fix: swap raw types user/msg (#70) 2023-02-03 09:25:21 -06:00
github-actions[bot]
b2ee0996f1 chore: Update JavaScript plugins (#69)
chore: update JavaScript plugins

Co-authored-by: EvolutionX-10 <EvolutionX-10@users.noreply.github.com>
2023-01-28 23:47:35 +05:30
EvolutionX
98ab449203 chore: woa!! this one was really hard!
permalink: http://whatthecommit.com/29b1b6ea198a584830edff869fd970f3
2023-01-28 23:45:43 +05:30
Jacob Nguyen
a6d50c18b7 refactor: simpler plugins (#68)
* feat!: update ownerOnly

* feat!: update permCheck

* feat!: update publish

* feat!: update serverOnly

* feat!: update nsfwOnly

* feat!: update requirePermission

* feat!: update dmOnly

* feat!: update cooldown

* feat!: update confirmation

* feat!: update channelType

* feat!: update buttonConfirmation

* feat: addAssertFields (#67)

feat: add assertFields
2023-01-27 12:10:49 -06:00
Gary
6d0e581512 feat: add both option to check bot and user perms (#65)
Co-authored-by: loveisglitchy <uncleneedham@gmail.com>
2023-01-01 14:07:00 -06:00
github-actions[bot]
5595e2cf90 chore: Update JavaScript plugins (#64)
chore: update JavaScript plugins

Co-authored-by: jacoobes <jacoobes@users.noreply.github.com>
2022-12-28 16:09:02 -06:00
Jacob Nguyen
54ba3f3065 feat: update and fix publish.ts (#63)
* feat: update and fix publish.ts

* feat: fix comments
2022-12-28 16:07:16 -06:00
Neo
2f5d4b5476 fix: changed username (#56)
fix: changed name

Co-authored-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
2022-12-08 16:18:28 -06:00
Neo
8713e54bce fix: changed username (#57)
Co-authored-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
2022-12-08 16:18:14 -06:00
Neo
198471d661 fix: changed username (#58) 2022-12-08 16:17:56 -06:00
github-actions[bot]
bfb30f0725 chore: Update JavaScript plugins (#59)
chore: update JavaScript plugins

Co-authored-by: jacoobes <jacoobes@users.noreply.github.com>
2022-12-05 18:27:22 +05:30
Gary
7bf80d114d feat: allow bot to check own perms in commands (#55)
* feat: allow bot to check own perms in commands

edited current perm check plugin. original credits exist.

* refactor: made requested changes to feat pr.

* fixed bad import in example

* refactor: possibly fixed errors

* refactor: removed unnecessary console.log()

* Update myPermCheck.ts

* refactor: final changes to feature

* Rename myPermCheck.ts to requirePermission.ts

* Update optional response wording

Co-authored-by: Evo <85353424+EvolutionX-10@users.noreply.github.com>

Co-authored-by: Evo <85353424+EvolutionX-10@users.noreply.github.com>
2022-12-04 20:04:54 -06:00
Peter-MJ-Parker
92c0de82c0 Refactor: change default fail message and fix typo (#52)
Original fail message may have been misleading to some people. They may have thought it was a complication with the bot and could lead to spamming of DMs to bot developer. 
Fixed typo in my GitHub name after changing.
2022-09-27 22:51:40 -05:00
Peter-MJ-Parker
b5a605c5b6 feat: Change my name (#50) 2022-09-27 15:20:23 -05:00
Evo
e3dd8976e2 feat: button confirmations (#48) 2022-09-27 12:07:26 +05:30
github-actions[bot]
c7daa476a8 chore: Update JavaScript plugins (#47)
chore: update JavaScript plugins

Co-authored-by: EvolutionX-10 <EvolutionX-10@users.noreply.github.com>
2022-09-25 09:35:01 +05:30
Evo
33416d246d feat(publish): support other types of application command (#41) 2022-09-24 13:16:29 -05:00
George Needham
e3526750d2 feat: add TS devOnlyServer plugin (#42)
* feat: add TS devOnlyServer plugin

This plugin will send an error message when the command is ran outside of the specified guild id(s).
If there is no `perFail` message provided, the code will provide an error.

* feat: edit devServerOnly plugin

EDIT: Checks if the fail message exists.

* refactor: changed name of plugin

Changed name of plugin devOnlyServer.ts to serverOnly.ts

* refactor: changed name of plugin on sample command

Forgot to change name of plugin on the sample command during previous refactor.

* refactor: update default failMessage parameter.

Correct default fail message.
2022-09-24 12:53:16 -05:00
mina
e3e05d6039 chore: update arcs name (#44) 2022-09-24 22:51:42 +05:30
EvolutionX
a5d1f33fb1 chore: lol
permalink: http://whatthecommit.com/59bcc3ad6775562f845953cf01624225
2022-09-21 06:37:45 +05:30
Jacob Nguyen
6480f1725d feat: add disable (#39) 2022-09-21 06:31:54 +05:30
EvolutionX
72647f5993 chore: improve publish 2022-08-27 15:27:05 +05:30
EvolutionX
276b7fb5ae chore: update jsdoc 2022-08-22 22:56:41 +05:30
EvolutionX
06cf7ef03d fix: publish plugin again 2022-08-22 22:56:25 +05:30
Evo
ec2be65659 fix: multiple issues with publish plugin (#32) 2022-08-22 09:40:09 -05:00
EvolutionX
18d658922a chore: refresh 2022-08-19 23:13:16 +05:30
Evo
ae28529722 feat: improve publish (#30)
* feat: improve publish

* chore: address requested changes

* chore: req changes
2022-08-19 12:37:47 -05:00
Neo
27d3d37048 feat: channelType Plugin (#29)
* feat: channelType Plugin

* fix: Forgot to format with prettier

* fix: fixed requested changes

regarding optional onFail: I wasn't sure if it would throw an error due to the plugin attempting to send a empty message so I put it in a check.

* fix: fix

* chore: fix jsdoc

* feat: Ability to have multiple channel types

* fix: fix

* feat: Role Only

* Delete roleOnly.ts

* fix: fixed changes

* fix: uses typeof to specify the type

* fix: fix

Co-authored-by: Evo <85353424+EvolutionX-10@users.noreply.github.com>
2022-08-19 12:16:44 -05:00
github-actions[bot]
25123b5d3a chore: Update JavaScript plugins (#28)
chore: update JavaScript plugins

Co-authored-by: EvolutionX-10 <EvolutionX-10@users.noreply.github.com>
2022-08-13 08:40:21 +05:30
Jacob Nguyen
c0bf2f9151 feat: confirmation plugin (#26)
Co-authored-by: Evo <85353424+EvolutionX-10@users.noreply.github.com>
2022-08-13 08:04:58 +05:30
EvolutionX
a36a00fa15 chore: finalllllll 2022-08-06 12:51:58 +05:30
EvolutionX
d813d7f221 chore: make jsdoc uniform 2022-08-06 12:42:23 +05:30
EvolutionX
c5a4d34133 chore: fix jsdocs 2022-08-06 12:27:54 +05:30
EvolutionX
1e27338d9c chore: fix jsdocs 2022-08-05 13:31:37 +05:30
EvolutionX
88876eb8c0 style: pretty please 2022-08-05 09:16:54 +05:30
Jacob Nguyen
633e13dbb0 feat: cooldown plugin (#20) 2022-08-05 09:05:33 +05:30
Jacob Nguyen
e0ffe1d2b1 style: prettier (#18) 2022-08-01 08:48:39 +05:30
Neo
abae8defbc feat: Adds nsfwOnly plugin (#12)
* Add files via upload

* Update nsfwOnly.ts

* feat(TS): Adds Channel Only Plugin

* Delete channelOnly.ts

* fix: fixed discussed changes.
2022-07-31 19:30:59 -05:00
Neo
246a6b2c62 refactor(permCheck): cleaned up code (#14)
Co-authored-by: EvolutionX <evolutionx9777@gmail.com>
2022-07-29 14:02:34 +05:30
EvolutionX
9284587487 style: pretty 2022-07-29 09:09:19 +05:30
EvolutionX
5a6e32f8eb chore: stuff 2022-07-29 08:58:48 +05:30
Evo
8c426a3f06 feat(TS): add dmonly plugin (#13) 2022-07-28 13:02:41 +05:30
Jacob Nguyen
d292919905 fix: added missing GuildMember import (#9) 2022-07-26 08:41:57 +05:30
Neo
07c7942e8f Perm Checker (#8)
* Perm Checker

Checks for specified perms and responds with specified response.

* fix: changes

* fix: final

* fix: small syntax error

Co-authored-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
2022-07-25 19:48:31 -05:00
0cffc7c8bc docs/fix: changed the import line of code from the howtouse (#7) 2022-07-23 13:56:30 -05:00
Jacob Nguyen
c3731e181f fix(publish): update publish.ts to sern 1.1.0-beta (#6)
Co-authored-by: Evo <evolutionx9777@gmail.com>
2022-07-23 22:38:43 +05:30
Evo
78259e81c3 chore: fix author 2022-06-25 13:49:02 +05:30
Evo
2f42e8ea78 feat: add ownerOnly plugin (#4) 2022-06-24 11:57:47 -05:00
EvolutionX
026cdc1ec1 style: pretty 2022-06-24 22:18:39 +05:30
Evo
d039ce3096 revert: CJS will be used for now #1 (#2) 2022-06-07 11:16:55 +05:30