mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 06:37:32 +02:00
Code Improvements
This commit is contained in:
@@ -39,8 +39,7 @@ module.exports = class DefineCommand extends Command {
|
||||
.setTitle(data.word)
|
||||
.setDescription(data.text);
|
||||
return message.embed(embed);
|
||||
}
|
||||
catch (err) {
|
||||
} catch (err) {
|
||||
return message.say(':x: Error! Word not Found!');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user