This commit is contained in:
JonnyBro 2021-12-22 17:34:21 +05:00
parent 3e9edfb39d
commit e1a6fad375

View file

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