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