mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
Whoops, compiled the changes this time :P
This commit is contained in:
@@ -27,6 +27,13 @@ mybot.on("message", function (message) {
|
||||
}
|
||||
});
|
||||
|
||||
mybot.on("ready", function(){
|
||||
console.log("im ready");
|
||||
setInterval(function(){
|
||||
console.log(mybot.websocket.state, "state");
|
||||
}, 2000);
|
||||
})
|
||||
|
||||
function dump(msg) {
|
||||
console.log(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user