From f4cb317642bf11759ddd4271d8035bb34712b9ab Mon Sep 17 00:00:00 2001 From: SnoozedsGithub <88577069+Snoozeds@users.noreply.github.com> Date: Wed, 17 Aug 2022 03:36:49 +0100 Subject: [PATCH] ACTUALLY fix pinging as a prefix ;) --- src/commands/Common/noprefix.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/commands/Common/noprefix.js b/src/commands/Common/noprefix.js index c463c8b..834b880 100644 --- a/src/commands/Common/noprefix.js +++ b/src/commands/Common/noprefix.js @@ -3,11 +3,9 @@ name: "<@855479925863481345>", nonPrefixed: "true", $if: "v4", code: ` -$if[$commandInfo[$message;name]==] Hello! my prefix for this server is: \`$getServerVar[Prefix;$guildID]\` You can also ping me instead of using a prefix. $globalCooldown[5s;] -$else -$endif +$argsCheck[<=1;] ` } \ No newline at end of file