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.
- Host: GitHub
- URL: https://github.com/jafb321/darkobot
- Owner: JAFB321
- Created: 2020-10-11T07:07:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T02:04:26.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T02:22:11.974Z (over 1 year ago)
- Topics: discord-bot, discord-js, hobby-project, nasa-api, nodejs
- Language: TypeScript
- Homepage:
- Size: 188 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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!!