Skip to content

Commit

Permalink
[Enhancement] fixed some spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Nov 9, 2021
1 parent 221b82e commit 7d4adce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/Music/jump.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = {
if (!args[0])
return await message.channel.send({
embeds: [
embedMessage("#9dcc37", `Please provide the position to jump`),
embedMessage("#9dcc37", `Please provide the position to jump to!`),
],
});
try {
Expand Down
2 changes: 1 addition & 1 deletion commands/Music/play.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = {
bufferingTimeout: 200,
leaveOnEmpty: true,
metadata: {
channel: message.channel,
channel: message,
},
async onBeforeCreateStream(track, source, _queue) {
if (source === "soundcloud") {
Expand Down

0 comments on commit 7d4adce

Please sign in to comment.