added todos
This commit is contained in:
parent
b75e0cdcf4
commit
9a3ae15b04
@ -3,7 +3,7 @@ const port = 6033;
|
||||
const { Webhook } = require('discord-webhook-node');
|
||||
const hook = new Webhook("https://discord.com/api/webhooks/1157030453807698040/K80q5yE4qvKeAi7W4arGyP5YH82dTiGDALw2ESU7uzQ3b_Nv5ylgKno80sLsOTVnVQV5");
|
||||
const server = new Net.Server();
|
||||
const botToken = 'MTE1NzAzNDUyMzAyMDc1OTE3MA.GQH1hm.H4vZIz1IpbX31xtTObuIUZa1sN9m5VrM_f0iU0'
|
||||
const botToken = 'xxxxxx'
|
||||
server.listen(port, function() {
|
||||
console.log(`Server listening for connection requests on socket localhost:${port}`);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user