mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
String Changes, Don't register tons of defaults
This commit is contained in:
@@ -37,7 +37,7 @@ module.exports = class YodaCommand extends commando.Command {
|
||||
return message.say(response.text);
|
||||
}
|
||||
catch (err) {
|
||||
return message.say(":x: Error! Something went wrong!");
|
||||
return message.say(':x: Error! Something went wrong!');
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user