diff --git a/bot.js b/bot.js index 548d91d..85062fb 100644 --- a/bot.js +++ b/bot.js @@ -7,7 +7,7 @@ const util = require("./util.js"); var invites = []; discord.on("ready", async () => { - console.log("Fetching current invites state."); + console.log(" Fetching current invites state."); let tildeGuild = discord.guilds.get("387272314276020235"); invites = await util.loadInvites(tildeGuild); console.log("Ready."); @@ -29,7 +29,7 @@ discord.on("guildMemberAdd", async (member) => { discord.on("message", (message) => { if (message.content == config.prefix + "restart" && message.author.id == config.owner){ - message.reply("Restarting, please wait.").then(() => {process.send("restart");}); + message.reply(" Restarting, please wait.").then(() => {process.send("restart");}); } if (message.content.startsWith(config.prefix + "exec") && message.author.id == config.owner){ @@ -43,5 +43,5 @@ discord.on("message", (message) => { } }) -console.log("Starting up, please wait...") +console.log(" Starting up, please wait...") discord.login(token); \ No newline at end of file diff --git a/config.json b/config.json index 1e2e624..19dd2eb 100644 --- a/config.json +++ b/config.json @@ -4,6 +4,7 @@ "invites": { "BH4Bs5U":"tilde.team", "GhmGb3x":"tilde.town", - "sfhzHBc":"yourtilde.com" + "sfhzHBc":"yourtilde.com", + "gMTgPJP":"tilde-fr.cf" } } \ No newline at end of file