diff options
Diffstat (limited to 'src/commands/leveling/level.ts')
-rw-r--r-- | src/commands/leveling/level.ts | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/commands/leveling/level.ts b/src/commands/leveling/level.ts index faaf201..588456b 100644 --- a/src/commands/leveling/level.ts +++ b/src/commands/leveling/level.ts @@ -1,13 +1,4 @@ -import { - AllowedMentions, - BushCommand, - BushGuild, - BushMessage, - BushSlashMessage, - BushUser, - CanvasProgressBar, - Level -} from '@lib'; +import { AllowedMentions, BushCommand, BushGuild, BushMessage, BushSlashMessage, BushUser, CanvasProgressBar, Level } from '@lib'; import canvas from 'canvas'; import { MessageAttachment } from 'discord.js'; import got from 'got/dist/source'; |