chore: Update JavaScript plugins (#53)

chore: update JavaScript plugins

Co-authored-by: jacoobes <jacoobes@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-09-28 09:48:45 +05:30
committed by GitHub
parent 92c0de82c0
commit 7d672d0380

View File

@@ -3,7 +3,7 @@
/**
* Checks if a command is available in a specific server.
*
* @author @DPeter-MJ-Parker [<@1017182455926624316>]
* @author @Peter-MJ-Parker [<@1017182455926624316>]
* @version 1.0.0
* @example
* ```ts
@@ -22,7 +22,7 @@
import { PluginType } from "@sern/handler";
export function serverOnly(
guildId,
failMessage = "I am unable to comply with your command."
failMessage = "This command is not available in this guild. \nFor permission to use in your server, please contact my developer."
) {
return {
type: PluginType.Event,