From eb427c8ab1e58609d12b4c52ad90b836ffb25763 Mon Sep 17 00:00:00 2001 From: xhyrom Date: Thu, 10 Feb 2022 15:20:43 +0100 Subject: [PATCH] fix: useless ; --- src/lib/util/sync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/util/sync.ts b/src/lib/util/sync.ts index d67282fce..b6272b4e5 100644 --- a/src/lib/util/sync.ts +++ b/src/lib/util/sync.ts @@ -2,7 +2,7 @@ import type { GClient } from '../GClient'; import type { Command } from '../structures/Command'; import { REST } from '@discordjs/rest'; import { Routes } from 'discord-api-types/v9'; -import { Logger } from './logger/Logger';; +import { Logger } from './logger/Logger'; import { setTimeout } from 'node:timers'; import { Commands } from '../managers/CommandManager';