mirror of
https://github.com/HirziDevs/PteroStats
synced 2026-07-28 19:12:52 +00:00
Create ready.js
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module.exports = (client) => {
|
||||
setInterval(() => {
|
||||
client.user.setActivity(`ItzyManager`,{ type: "WATCHING" });
|
||||
},60000);
|
||||
console.log("=+=+=+=+=+=+=+=+=+=+=+=");
|
||||
console.log("Name: PteroManager");
|
||||
console.log("Version: Beta");
|
||||
console.log("=+=+=+=+=+=+=+=+=+=+=+=");
|
||||
}
|
||||
Reference in New Issue
Block a user