aboutsummaryrefslogtreecommitdiff
path: root/src/commands/leveling
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-28 14:28:54 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-28 14:28:54 +0000
commitabcafe76284d190e41941571999e280b402bd8e1 (patch)
tree90706041cc966f69495c526072ee044f3b1655fd /src/commands/leveling
parent453683b57b8ff013ff25e2aaa4aa1d2e047edcb7 (diff)
downloadtanzanite-abcafe76284d190e41941571999e280b402bd8e1.tar.gz
tanzanite-abcafe76284d190e41941571999e280b402bd8e1.tar.bz2
tanzanite-abcafe76284d190e41941571999e280b402bd8e1.zip
Automatically format code
Diffstat (limited to 'src/commands/leveling')
-rw-r--r--src/commands/leveling/leaderboard.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/leveling/leaderboard.ts b/src/commands/leveling/leaderboard.ts
index 7e6eefd..6bf66d1 100644
--- a/src/commands/leveling/leaderboard.ts
+++ b/src/commands/leveling/leaderboard.ts
@@ -17,7 +17,7 @@ export default class LeaderboardCommand extends BushCommand {
prompt: 'What page of the leaderboard would you like to view?',
retry: '{error} Pick a valid argument.',
optional: true,
- slashType: 'INTEGER',
+ slashType: 'INTEGER'
}
],
slash: true,