chore: update JavaScript plugins

This commit is contained in:
EvolutionX-10
2023-08-26 04:19:17 +00:00
committed by GitHub
parent c0a36cc204
commit 9b43f4d43c
16 changed files with 1086 additions and 491 deletions

View File

@@ -22,7 +22,7 @@
import { controller, CommandControlPlugin } from "@sern/handler";
export function serverOnly(
guildId,
failMessage = "This command is not available in this guild. \nFor permission to use in your server, please contact my developer."
failMessage = "This command is not available in this guild. \nFor permission to use in your server, please contact my developer.",
) {
return CommandControlPlugin(async (ctx, _) => {
if (ctx.guildId == null) {