initial commit
This commit is contained in:
7
src/commands/collection.ts
Normal file
7
src/commands/collection.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Collection } from "@discordjs/collection";
|
||||
import { SongCommand } from "./command-song.ts";
|
||||
import type { ICommand } from "./interface.ts";
|
||||
|
||||
export const commands = new Collection<string, ICommand>();
|
||||
|
||||
commands.set(SongCommand.name, new SongCommand());
|
||||
Reference in New Issue
Block a user