added todos

This commit is contained in:
James Alexander 2024-08-03 00:51:25 -04:00
parent b75e0cdcf4
commit 9a3ae15b04

View File

@ -3,7 +3,7 @@ const port = 6033;
const { Webhook } = require('discord-webhook-node'); const { Webhook } = require('discord-webhook-node');
const hook = new Webhook("https://discord.com/api/webhooks/1157030453807698040/K80q5yE4qvKeAi7W4arGyP5YH82dTiGDALw2ESU7uzQ3b_Nv5ylgKno80sLsOTVnVQV5"); const hook = new Webhook("https://discord.com/api/webhooks/1157030453807698040/K80q5yE4qvKeAi7W4arGyP5YH82dTiGDALw2ESU7uzQ3b_Nv5ylgKno80sLsOTVnVQV5");
const server = new Net.Server(); const server = new Net.Server();
const botToken = 'MTE1NzAzNDUyMzAyMDc1OTE3MA.GQH1hm.H4vZIz1IpbX31xtTObuIUZa1sN9m5VrM_f0iU0' const botToken = 'xxxxxx'
server.listen(port, function() { server.listen(port, function() {
console.log(`Server listening for connection requests on socket localhost:${port}`); console.log(`Server listening for connection requests on socket localhost:${port}`);
}); });