summaryrefslogtreecommitdiff
path: root/src/commands/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/play.js')
-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 ca4c8cb..d94572e 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)
- .setFooter('Beat Music Player');
+ .setFooter('AleeBot Music Player');
await message.channel.send({embed});
if (!client.voiceConnections.get(message.member.guild.id))
message.member.voiceChannel.join().then(function(connection) {