I hereby claim:
- I am olvrb on github.
- I am olvrb (https://keybase.io/olvrb) on keybase.
- I have a public key ASD7QdExHMuN1ug414ApyMMQ8-bmv9_6xDBj0DymbZR6EQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| message.channel.send({ | |
| embed: { | |
| color: Math.floor(Math.random() * 16777214) + 1, //random color between one and 16777214 (dec) | |
| description: `Random color generated: ${randColor}\n${randColor} is equal to 0x${randColor.toString(16).toUpperCase()}` | |
| } | |
| }); |
| // Load up the discord.js library | |
| const Discord = require("discord.js"); | |
| // This is your client. Some people call it `bot`, some people call it `self`, | |
| // some might call it `cootchie`. Either way, when you see `client.something`, or `bot.something`, | |
| // this is what we're refering to. Your client. | |
| const client = new Discord.Client(); | |
| // Here we load the config.json file that contains our token and our prefix values. | |
| const config = require("./config.json"); |