diff --git a/index.js b/index.js index ad41a52..cdaa295 100755 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ "use strict"; const discord = require("discord.js"); -const token = require("token.json"); +const token = require("./token.json"); const client = new discord.Client({disableMentions: "all", partials: ['MESSAGE'], presence: {status: "idle", activity: {name: "discord go by.", type: "WATCHING"}}}, );