commit | 11236ba79c086affcdd44eb127f8939f21fa309d | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Mon Aug 08 21:13:33 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Mon Aug 08 21:13:33 2022 +0100 |
tree | 1acc6086d10be7edaa15fee287750f3fa60ee7b0 | |
parent | c634e2bc181a1b41030863ffb0109b2c4f1e3866 [diff] [blame] |
Bug fixes and ~~performance~~ typing improvements
diff --git a/src/commands/rolemenu.ts b/src/commands/rolemenu.ts index 8566966..dd3cb34 100644 --- a/src/commands/rolemenu.ts +++ b/src/commands/rolemenu.ts
@@ -11,10 +11,7 @@ await roleMenu(interaction); }; -const check = ( - _interaction: CommandInteraction, - _defaultCheck: WrappedCheck -) => { +const check = (_interaction: CommandInteraction, _defaultCheck: WrappedCheck) => { return true; };