Updated log function
This commit is contained in:
@@ -26,7 +26,7 @@ export default {
|
||||
}))
|
||||
|
||||
await interaction.respond(results.slice(0, 25)).catch(err => {
|
||||
log(err, "error")
|
||||
log.error(err)
|
||||
})
|
||||
}
|
||||
} as IAutocomplete
|
||||
|
||||
Reference in New Issue
Block a user