Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
Fix spacing error for 2.10 (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Nov 16, 2018
1 parent 9ab7b0f commit 7f5b366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@ function processAmCommand(message) {
} else if (command == "about") {
let embed = new Discord.RichEmbed();
embed.setColor("#00C000");
embed.setAuthor(tr("AstralMod" + amVersion), client.user.avatarURL);
embed.setAuthor(tr("AstralMod " + amVersion), client.user.avatarURL);
embed.setDescription(tr("Discord Bot"));
embed.addField("File Bug", "File a bug at the [GitHub Repository](https://github.com/vicr123/AstralMod/issues) for AstralMod.");
embed.addField("Sources", "Source code for AstralMod is available at the [GitHub Repository](https://github.com/vicr123/AstralMod).");
Expand Down

0 comments on commit 7f5b366

Please sign in to comment.