I hereby claim:
- I am damiian1 on github.
- I am damian28 (https://keybase.io/damian28) on keybase.
- I have a public key ASDJRzz4I_p9g_rhKHS7RWAPkmWRGAcrfzGbjIoI0gWoewo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
### Keybase proof | |
I hereby claim: | |
* I am damiian1 on github. | |
* I am damiian1 (https://keybase.io/damiian1) on keybase. | |
* I have a public key ASCwRtD-sCuly1Kejj4jnujX54sIA4JW-vVUFti6P7CC9wo | |
To claim this, I am signing this object: |
I hereby claim:
To claim this, I am signing this object:
const Discord = require("discord.js"); | |
const dictionary = require("dictionary-en-us"); | |
const Nspell = require("nspell"); | |
const token = ""; | |
const guildID = ""; | |
const bot = new Discord.Client(); | |
dictionary((err, dict) => { | |
let spell = Nspell(dict); |