mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
typo
This commit is contained in:
parent
3e9edfb39d
commit
e1a6fad375
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue