From 1085e1b75b1eb69bc60d83d429f98b144e1bfc82 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Wed, 24 Aug 2022 19:47:19 +0530 Subject: [PATCH] style: pretty pretty prettier --- src/commands/General/ping.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/General/ping.ts b/src/commands/General/ping.ts index 2b16ac9b..b02acddc 100644 --- a/src/commands/General/ping.ts +++ b/src/commands/General/ping.ts @@ -1,7 +1,7 @@ +import { RadonGuildId } from '#constants'; import { RadonCommand } from '#lib/structures'; import { ApplyOptions } from '@sapphire/decorators'; import { send } from '@sapphire/plugin-editable-commands'; -import { RadonGuildId } from '#constants'; @ApplyOptions({ description: `Check my latency!` })