mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-10 10:43:06 +00:00
chore: update and clean up imports
This commit is contained in:
parent
d9d5f087e7
commit
9aabe2885b
30 changed files with 78 additions and 84 deletions
|
@ -1,8 +1,8 @@
|
|||
import { Client, ClientOptions, Collection } from 'discord.js';
|
||||
import { Command } from '../types/CommandTypes.js';
|
||||
import { Config } from '../types/ConfigTypes.js';
|
||||
import { deployCommands } from '../util/deployCommand.js';
|
||||
import { registerEvents } from '../util/eventLoader.js';
|
||||
import { Command } from '@/types/CommandTypes.js';
|
||||
import { Config } from '@/types/ConfigTypes.js';
|
||||
import { deployCommands } from '@/util/deployCommand.js';
|
||||
import { registerEvents } from '@/util/eventLoader.js';
|
||||
|
||||
/**
|
||||
* Extended client class that extends the default Client class
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue