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

fixed mior typo

This commit is contained in:
Pouria Ezzati
2017-09-29 00:03:55 +03:30
parent dd5dea4c56
commit b58bd64e7d

View File

@@ -54,7 +54,7 @@ const adminHandler = async ({ message, reply }) => {
logError(err);
}
return reply(`⭐️ ${link(userToAdmin)} <b>is now admin.</b>.`, replyOptions);
return reply(`⭐️ ${link(userToAdmin)} <b>is now admin.</b>`, replyOptions);
};
module.exports = adminHandler;