Log išiel do piče

This commit is contained in:
ZyLacx 2023-02-08 15:46:33 +01:00
parent 41f13abd0c
commit 849499a6bd

View file

@ -9,8 +9,6 @@ http.createServer(function (req, res) {
res.end('Hello World\n');
}).listen(1000, "127.0.0.1");
console.log('Server running at http://127.0.0.1::8124/');
const Discord = require('discord.js');
const {
Client,