mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
Remove tons of faulty awaits
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = class RinSayCommand extends commando.Command {
|
||||
}
|
||||
console.log(`[Command] ${message.content}`);
|
||||
let rinContent = message.content.split(" ").slice(1).join(" ");
|
||||
await request
|
||||
return request
|
||||
.post(config.webhook)
|
||||
.send({
|
||||
content: rinContent
|
||||
|
||||
Reference in New Issue
Block a user