From 92dcf7531eec6dfd92db3b34301d9949482abf47 Mon Sep 17 00:00:00 2001 From: Hirzi <64255651+HirziDevs@users.noreply.github.com> Date: Sun, 4 Jul 2021 08:04:39 +0700 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 71b3a28..5185fd9 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -const { Client, Collection } = require('discord.js'); +const { Client, Collection, Discord } = require('discord.js'); const fs = require('fs'); const client = new Client(); const axios = require('axios')