mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2025-08-09 23:26:13 +02:00
8 lines
213 B
JavaScript
Executable File
8 lines
213 B
JavaScript
Executable File
//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 */
|