diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-29 20:54:27 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-29 20:54:27 -0400 |
| commit | 80b6c3d8e7ac0b9485c6e8e12e126d8a99f55815 (patch) | |
| tree | 899168c910e3277d54ae24c307c99a5bf5ad2bdd | |
| parent | 2c2175c42eb4e09788827b474cb74e5d6916b3bc (diff) | |
| download | AleeBot-80b6c3d8e7ac0b9485c6e8e12e126d8a99f55815.tar.gz AleeBot-80b6c3d8e7ac0b9485c6e8e12e126d8a99f55815.tar.bz2 AleeBot-80b6c3d8e7ac0b9485c6e8e12e126d8a99f55815.zip | |
Bug fixed
| -rw-r--r-- | aleebot.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -191,7 +191,6 @@ client.on("message", function(message){ .setColor(0x00FFFF) .addField("Username", `${message.author.username}#${message.author.discriminator}`) .addField("Created At", message.author.createdAt) - .setFooter("Requested by", ${message.author.username}#${message.author.discriminator) message.channel.sendEmbed(embed); } |
