diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-24 19:57:00 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-24 19:57:00 -0400 |
| commit | b374cbdce8fe314013f24c1ae90f5f063fa61df0 (patch) | |
| tree | bb08b8830ebf3255965461c459ff4c0f74604128 /src/commands | |
| parent | 593ba093cfc0e9bb6dc3f4060a935ad19d748530 (diff) | |
| download | AleeBot-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/commands')
| -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) { |
