mirror of
https://github.com/thedevs-network/the-guard-bot
synced 2025-08-31 06:05:22 +00:00
fixed small typo
This commit is contained in:
@@ -36,7 +36,7 @@ const adminHandler = async ({ message, reply }) => {
|
||||
}
|
||||
|
||||
if (await isAdmin(userToAdmin)) {
|
||||
return reply(`⭐️ ${link(userToAdmin)} <b>is already admin.</b>.`,
|
||||
return reply(`⭐️ ${link(userToAdmin)} <b>is already admin.</b>`,
|
||||
replyOptions);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user