Having trouble getting bot online
So I want to have it send messages to my discord from a plugin called RaidNotes.

Everything seems to be set up correctly. I created a bot and added it to my dicord server and its currently offline. I then added the bots token to the discord.json along with the channel id to the channel I want it to post in. 

I did everything right and reloaded the plugin (oxide.reload Discord) but it's still not putting the bot online. 

Im not using Group limits or Raid tracker ONLY Raid Notes. On the raid notes help section they said that its working fine with the discord API so my question is what am I doing wrong?
You need to have a bot program running on your computer as well. Follow this guide.

Since this guide is slightly outdated, you'll want to make these two changes:

1. In the bot.js file, change
logger.add(logger.transports.Console, {
    colorize: true
});​
to
logger.add(new logger.transports.Console, { colorize: true });

2. Instead of running npm install discord.io winston --save, you should run npm install discord.io github:woor/discord.io#gateway_v6 winston --save

I just did this a few days ago, so if you have questions, I can probably answer them.
you do not need to have a bot installed on your computer for raid notes to appear in Discord.
You do need to make a bot to appear in your discord which u already have.
has anyone raided anyone since u added it as the bot wont come online unless something activates it.