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

2
dist/queue.js vendored
View File

@@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createQueue = void 0;
function createQueue() {
function createQueue(interaction) {
}
exports.createQueue = createQueue;