From b961eee55ffb2454d555195609ca46257f75a66c Mon Sep 17 00:00:00 2001 From: ChomeNS <en7erman@yandex.com> Date: Sun, 6 Nov 2022 08:11:02 +0700 Subject: [PATCH] missing trailing comma --- commands/discord.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/discord.js b/commands/discord.js index fcbbdea..08520df 100644 --- a/commands/discord.js +++ b/commands/discord.js @@ -15,7 +15,7 @@ module.exports = { color: 'blue', clickEvent: { action: 'open_url', - value: 'https://discord.gg/xdgCkUyaA4' + value: 'https://discord.gg/xdgCkUyaA4', }, }, ]));