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

fixed small typo

This commit is contained in:
Pouria Ezzati
2017-09-27 23:18:11 +03:30
parent 78d3ca86bd
commit 6a42356929

View File

@@ -36,7 +36,7 @@ const adminHandler = async ({ message, reply }) => {
} }
if (await isAdmin(userToAdmin)) { if (await isAdmin(userToAdmin)) {
return reply(`⭐️ ${link(userToAdmin)} <b>is already admin.</b>.`, return reply(`⭐️ ${link(userToAdmin)} <b>is already admin.</b>`,
replyOptions); replyOptions);
} }