use of exceptions.BasicDiscordException in project KaellyBot by Kaysoro.
the class JobCommand method request.
@Override
public boolean request(IMessage message) {
if (super.request(message)) {
Language lg = Translator.getLanguageFrom(message.getChannel());
Matcher m = getMatcher(message);
m.find();
// TODO
new BasicDiscordException("exception.basic.in_developpment");
}
return false;
}
Aggregations