mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
String Changes, Don't register tons of defaults
This commit is contained in:
@@ -49,7 +49,7 @@ module.exports = class YouTubeCommand extends commando.Command {
|
||||
return message.embed(embed);
|
||||
}
|
||||
catch (err) {
|
||||
return message.say(":x: Error! Something went wrong! Maybe no video was found?");
|
||||
return message.say(':x: Error! Something went wrong! Maybe no video was found?');
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user