From eecfe9fef8ea863dfee7a0c47f082b28be2e0840 Mon Sep 17 00:00:00 2001 From: Anthony M <47640864+IDeletedSystem64@users.noreply.github.com> Date: Fri, 19 Mar 2021 11:00:30 -0500 Subject: [PATCH] Removed a curly bracket that caused crash on start --- commands/setnick.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/setnick.js b/commands/setnick.js index 19a9b0f..438a4f4 100644 --- a/commands/setnick.js +++ b/commands/setnick.js @@ -46,4 +46,4 @@ module.exports = { message.channel.send({ embed: failembed }); }; }; -}}} +}}