2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-31 14:15:25 +00:00

Fixed a typo

This commit is contained in:
GingerPlusPlus
2017-11-02 17:34:26 +01:00
parent 8e768095cf
commit 702dd5784c

View File

@@ -38,7 +38,7 @@ const warnHandler = async ({ message, chat, reply, me, state }) => {
if (!userToWarn) {
return reply(
' <b>Reply to a message or mentoin a user.</b>',
' <b>Reply to a message or mention a user.</b>',
replyOptions
).then(scheduleDeletion);
}