Skip to content

Commit

Permalink
updated discord token
Browse files Browse the repository at this point in the history
  • Loading branch information
Funboyy committed May 8, 2022
1 parent 7c1d41b commit 41e9ba4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/node_modules
/node_modules
settings.js
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const Discord = require("discord.js");
const { createEmbed } = require("./utils/embed");
const { searchName, nameHistory, checkStatus, badges, skin } = require("./utils/checks");
const settings = require("./settings.js");

const BOT = new Discord.Client({ intents: [Discord.Intents.FLAGS.GUILDS, Discord.Intents.FLAGS.GUILD_MESSAGES] });

Expand Down Expand Up @@ -192,4 +193,4 @@ BOT.on("messageCreate", (message) => {
}
});

BOT.login("OTM4NDc1ODM5MjQ5NjA0NjA5.Yfq1vA.aoSlipXQ1ZgAbaW2KDBieUSihXA");
BOT.login(settings.token);

0 comments on commit 41e9ba4

Please sign in to comment.