diff --git a/README.md b/README.md index 4841bb6..ad29213 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,3 @@ -## Too Long; Didn't Read - -- Be nice. Be mature. Follow the law. Listen -to the mods. Ask your question directly (*don't ask to -ask*) and don't post across multiple channels or ask -people for programming help in DMs. -- For more information, visit - ## Rules 1. Follow the Discord service guidelines: @@ -171,4 +163,13 @@ accuse a Mod of abuse. vote. The role is voluntary. 4. If you disagree with the actions of a Mod, first take it to that Mod’s DMs. - You may follow up with another Mod if you still feel unsatisfied. \ No newline at end of file + You may follow up with another Mod if you still feel unsatisfied. + +## Too Long; Didn't Read + +- Be nice. Be mature. Follow the law. Listen +to the mods. Ask your question directly (*don't ask to +ask*) and don't post across multiple channels or ask +people for programming help in DMs. + +- For more information, visit \ No newline at end of file diff --git a/main.js b/main.js index 33ac8cc..f3a659f 100644 --- a/main.js +++ b/main.js @@ -112,12 +112,6 @@ client.on('ready', async () => { embed.setAuthor(title, guild.iconURL, `https://progdisc.club/rules/#${mdFragment}`); } - if (i === 0) { - embed.setAuthor(guild.name, guild.iconURL, 'https://progdisc.club'); - embed.setFooter('Updated on'); - embed.setTimestamp(new Date()); - } - embed.setColor('#4286F4'); embed.setDescription(embedTexts[i][k]); await channel.send('', embed);