From b374cbdce8fe314013f24c1ae90f5f063fa61df0 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 24 Mar 2018 19:57:00 -0400 Subject: thanks guy from d.js server for noticing my spelling mistake --- src/commands/play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/play.js') 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) { -- cgit v1.2.3