Skip to content

Commit

Permalink
fix: useless ;
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Feb 10, 2022
1 parent fe8ac23 commit eb427c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit eb427c8

Please sign in to comment.