From e1a6fad37510405aee5696ebc7092e9e72b5cea1 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Wed, 22 Dec 2021 17:34:21 +0500 Subject: [PATCH] typo --- commands/General/activity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/General/activity.js b/commands/General/activity.js index 2f515610..8e0aeb1e 100644 --- a/commands/General/activity.js +++ b/commands/General/activity.js @@ -167,7 +167,7 @@ class Activity extends Command { .setColor(data.config.embed.color) .setFooter(message.translate("general/activity:FOOTER")) .setTimestamp() - essage.channel.send(embed); + message.channel.send(embed); break; } }