diff --git a/src/commands/General/ping.ts b/src/commands/General/ping.ts index 2b16ac9b4..b02acddc2 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!` })