mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +02:00
Fix Clevs Error
This commit is contained in:
@@ -79,7 +79,7 @@ client.on('message', async (msg) => {
|
||||
return msg.reply(response)
|
||||
.then(() => msg.channel.stopTyping());
|
||||
} catch (err) {
|
||||
return msg.reply(`${err.name}: ${`${err.name}: ${`${err.name}: ${err.message}`}`}`)
|
||||
return msg.reply(`${err.name}: ${err.message}`)
|
||||
.then(() => msg.channel.stopTyping());
|
||||
}
|
||||
} else return;
|
||||
|
||||
Reference in New Issue
Block a user