From ecdcb3c11c2f80433ff8b76d11a6e732e58d2e98 Mon Sep 17 00:00:00 2001 From: Raphix Date: Sat, 22 Apr 2023 16:56:21 +0200 Subject: [PATCH] Fix /restart #3 --- src/commands/restart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/restart.js b/src/commands/restart.js index 91bb910..633abf8 100644 --- a/src/commands/restart.js +++ b/src/commands/restart.js @@ -1,5 +1,5 @@ const { SlashCommandBuilder, EmbedBuilder } = require("discord.js"); - +const { Manager } = require("erela.js") module.exports = {