diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands/play.js | 2 |
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) { |
