README
sockcord
library for discord bots that uses websockets
var sock = require('sockcord');
sock.send('hi');
sock.auth('cool token here');
});```
discord library
<script type="module">
import sockcord from 'https://cdn.skypack.dev/sockcord';
</script>
library for discord bots that uses websockets
var sock = require('sockcord');
sock.send('hi');
sock.auth('cool token here');
});```