mirror of
https://github.com/thedevs-network/the-guard-bot
synced 2025-09-03 15:45:20 +00:00
fixed mior typo
This commit is contained in:
@@ -54,7 +54,7 @@ const adminHandler = async ({ message, reply }) => {
|
|||||||
logError(err);
|
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;
|
module.exports = adminHandler;
|
||||||
|
Reference in New Issue
Block a user