An open API service indexing awesome lists of open source software.

https://github.com/jafb321/darkobot

Hobby project on Node.js for use the discord.js API. Initialize, login and manage a Discord Bot.
https://github.com/jafb321/darkobot

discord-bot discord-js hobby-project nasa-api nodejs

Last synced: about 1 year ago
JSON representation

Hobby project on Node.js for use the discord.js API. Initialize, login and manage a Discord Bot.

Awesome Lists containing this project

README

          

# DarkoBot

This Hobby project uses the [discord.js](https://discord.js.org/) module for initialize, login and manage a Discord Bot.
The content of the bot functionalities is made for a personal discord server (Greetings to my friends Molombi, Izak Darko and Jospabcor
).

## 1.- Create a Bot on Discord and get its credentials
[Creating a Bot Account](https://discordpy.readthedocs.io/en/latest/discord.html)

## 2.- Put the bot token in the .env file

DarkoBotToken=YOUR_TOKEN

## 3.- Run "npm start"


## 4.- Invite your bot to the server
[Discordpy docs: Inviting Your Bot](https://discordpy.readthedocs.io/en/latest/discord.html#inviting-your-bot)

## Enjoy!!