queue command init

This commit is contained in:
2022-01-27 17:06:41 -06:00
parent a70be5599a
commit c2a80fc56c
4 changed files with 10 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
export function createQueue() {
import { CommandInteraction } from "discord.js";
export function createQueue(interaction: CommandInteraction) {
}