2
0
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:
GingerPlusPlus
2017-10-31 23:08:22 +01:00
parent 337f6e2183
commit ff2e78c92b
26 changed files with 154 additions and 86 deletions

View File

@@ -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)) {