I hereby claim:
- I am sudocode1 on github.
- I am sudocode1 (https://keybase.io/sudocode1) on keybase.
- I have a public key ASAOVCp4HE-6jNlN_4PNmpfNFmDI-306qiHO2O5l-HVoAQo
To claim this, I am signing this object:
<span id="chatBox"></span> <Br><br> | |
<textarea id="textBox"></textarea> | |
<script> | |
let ws = new WebSocket('ws://localhost:PORT'); | |
let messages = []; | |
ws.onopen = () => { | |
//... | |
} |
I hereby claim:
To claim this, I am signing this object:
const Discord = require("discord.js"); | |
const CLIChat = require("clichat.js"); | |
const [bot, client] = [new Discord.Client(), new CLIChat.Client('ip', "discord-interact", true, "SOME_TOKEN")]; | |
client.login(); | |
bot.on('ready', async () => { | |
console.log("Bot ready"); | |
}); |