Initial commit

This commit is contained in:
2024-05-05 13:22:35 +02:00
commit 42340fa164
43 changed files with 3999 additions and 0 deletions

7
events/client/reconnecting.js Executable file
View File

@ -0,0 +1,7 @@
//here the event starts
module.exports = client => {
console.log(`Reconnecting at ${new Date()}.`.bgYellow.black)
}
/** Template by Tomato#6966 | https://github.com/Tomato6966/Discord-Js-Handler-Template */