diff options
Diffstat (limited to 'src/commands/changelog.js')
| -rw-r--r-- | src/commands/changelog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/changelog.js b/src/commands/changelog.js index 4480ba0..a03c064 100644 --- a/src/commands/changelog.js +++ b/src/commands/changelog.js @@ -1,4 +1,4 @@ -module.exports.run = async (client, message, args) => {
+module.exports.run = async (client, message, args, abVersion) => {
var embed = new Discord.RichEmbed()
.setAuthor('AleeBot ' + abVersion + `Changelog`, "https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048")
.setDescription("What's new in AleeBot?")
|
