Intégration MongoDB + Fix export et amp

This commit is contained in:
Angels-dev
2024-02-29 00:24:21 +01:00
parent 397a45e371
commit 94c7fc1c98
63 changed files with 1608 additions and 1161 deletions

8
src/events/client/error.ts Executable file
View File

@@ -0,0 +1,8 @@
import { Events } from 'discord.js'
export default {
name: Events.Error,
execute(error: any) {
console.error(error)
}
}