Commit Graph

8 Commits

Author SHA1 Message Date
EvolutionX-10
9b43f4d43c chore: update JavaScript plugins 2023-08-26 04:19:17 +00:00
Peter-MJ-Parker
2954d61697 chore: update peter user id (#92) 2023-05-06 20:01:24 +05:30
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
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
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
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
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