Skip to content

Commit

Permalink
missing the module (SudhanPlayz#670)
Browse files Browse the repository at this point in the history
you forgot this :)
  • Loading branch information
Zexxx authored Jan 23, 2022
1 parent f990692 commit e75d25e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/destory.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const readline = require("readline");
const { REST } = require("@discordjs/rest");
const { Routes } = require("discord-api-types/v9");
const getConfig = require("../util/getConfig");
const LoadCommands = require("../util/loadCommands");

const rl = readline.createInterface({
input: process.stdin,
Expand Down

0 comments on commit e75d25e

Please sign in to comment.