Commit Graph

4 Commits

Author SHA1 Message Date
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