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