mirror of
https://github.com/thedevs-network/the-guard-bot
synced 2025-10-07 13:45:52 +00:00
[eslint] function-paren-newline: error, multiline
This commit is contained in:
@@ -31,8 +31,10 @@ const adminHandler = async ({ message, reply, state }) => {
|
||||
}
|
||||
|
||||
if (await isAdmin(userToAdmin)) {
|
||||
return reply(`⭐️ ${link(userToAdmin)} <b>is already admin.</b>`,
|
||||
replyOptions);
|
||||
return reply(
|
||||
`⭐️ ${link(userToAdmin)} <b>is already admin.</b>`,
|
||||
replyOptions
|
||||
);
|
||||
}
|
||||
|
||||
if (await getWarns(userToAdmin)) {
|
||||
|
Reference in New Issue
Block a user