commit | 75ea917f2e194246cceb3ae2c241f47b5fd0fa25 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sat Aug 06 10:22:23 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Sat Aug 06 10:43:16 2022 +0100 |
tree | efc25657e4f8b0e53982f7990a0ccabbc8654c11 | |
parent | 4ec845c792711dc756ca7936de86cde32cee97b3 [diff] [blame] |
Fix a bunch of linter errors
diff --git a/src/commands/rolemenu.ts b/src/commands/rolemenu.ts index dd3cb34..8566966 100644 --- a/src/commands/rolemenu.ts +++ b/src/commands/rolemenu.ts
@@ -11,7 +11,10 @@ await roleMenu(interaction); }; -const check = (_interaction: CommandInteraction, _defaultCheck: WrappedCheck) => { +const check = ( + _interaction: CommandInteraction, + _defaultCheck: WrappedCheck +) => { return true; };