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