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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user