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

@@ -23,7 +23,7 @@ export function permCheck(perm, response) {
if (ctx.guild === null) {
await ctx.reply("This command cannot be used here");
console.warn(
"PermCheck > A command stopped because we couldn't check a users permissions (was used in dms)"
"PermCheck > A command stopped because we couldn't check a users permissions (was used in dms)",
); //delete this line if you dont want to be notified when a command is used outside of a guild/server
return controller.stop();