discord client init

This commit is contained in:
2022-01-27 17:04:21 -06:00
parent 0fbd8f9c62
commit a70be5599a
5 changed files with 79 additions and 9 deletions

6
dist/queue.js vendored Normal file
View File

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