From 0d7f1a7b6b5b172f60409edb9e46d1724e7d5ee2 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sat, 13 Mar 2021 04:33:55 +0100 Subject: [PATCH] Add punctuation in permission denied message --- commands/prefix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/prefix.js b/commands/prefix.js index 827beea..213c3f9 100644 --- a/commands/prefix.js +++ b/commands/prefix.js @@ -6,7 +6,7 @@ module.exports = { description: 'Change the prefix of the bot in this server.', execute({ message, client, args, prefix }) { if (!message.member.hasPermission('MANAGE_GUILD')) { - message.channel.send("You do not have sufficient permissions(MANAGE_GUILD) to change the prefix of this server") + message.channel.send("You do not have sufficient permissions(MANAGE_GUILD) to change the prefix of this server.") return; } if (!args[0]) {