My first attempt at a discord bot. Things may break
To add the bot yourself, click here. To host your own fork of the bot, please check below for instructions.
- Your own bot (You can make this on the Discord Developer Portal)
- A NASA API Key. It must be placed in the
.env
file, with proper syntax. - Node.js, as well as an editor of some sort. repl.it works great as an online editor.
- Make a new application on the portal
- Name it whatever you want
- go to the bot tab
- click add bot
- Click yes do it
- Click reset token and copy the token for later
- Download a zip of this project or git clone it
- (only if you downloaded a zip) unzip the file you just downloaded
cd
into the directory- Run
npm i
. Wait for it to finish - edit the
example.env
file and replace YOUR BOTTOKEN HERE with your bot token, save it as.env
and runnode .
and you should be set!
This project is licensed under the GNU General Public License v3. You can see exactly what this entails here.
No contributing file yet, will make one soon. In the meantime, feel free to make pull requests and then submit those.