summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-03-24 19:57:00 -0400
committerUnknown <jtsshieh@outlook.com>2018-03-24 19:57:00 -0400
commitb374cbdce8fe314013f24c1ae90f5f063fa61df0 (patch)
treebb08b8830ebf3255965461c459ff4c0f74604128 /src
parent593ba093cfc0e9bb6dc3f4060a935ad19d748530 (diff)
downloadAleeBot-b374cbdce8fe314013f24c1ae90f5f063fa61df0.tar.gz
AleeBot-b374cbdce8fe314013f24c1ae90f5f063fa61df0.tar.bz2
AleeBot-b374cbdce8fe314013f24c1ae90f5f063fa61df0.zip
thanks guy from d.js server for noticing my spelling mistake
Diffstat (limited to 'src')
-rw-r--r--src/commands/play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/play.js b/src/commands/play.js
index 2c7d0dd..ca4c8cb 100644
--- a/src/commands/play.js
+++ b/src/commands/play.js
@@ -50,7 +50,7 @@ module.exports.run = async (client, message, args) => {
.addField('Link', video.url)
.addField('Duration', time)
.setThumbnail(video.thumbnails.high.url)
- .setFootor('Beat Music Player');
+ .setFooter('Beat Music Player');
await message.channel.send({embed});
if (!client.voiceConnections.get(message.member.guild.id))
message.member.voiceChannel.join().then(function(connection) {