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; } }