mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
return and await
This commit is contained in:
@@ -22,6 +22,6 @@ module.exports = class MagicBall extends commando.Command {
|
||||
if (!question) {
|
||||
question = "Not Specified.";
|
||||
}
|
||||
message.channel.send(`Question: ${question}\n:8ball: ${answers} :8ball:`);
|
||||
return message.channel.send(`Question: ${question}\n:8ball: ${answers} :8ball:`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user