https://github.com/niklasei/einhorn-bot
https://github.com/niklasei/einhorn-bot
discord-bot discord-js ironhack
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/niklasei/einhorn-bot
- Owner: NiklasEi
- Created: 2019-09-14T22:50:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T22:04:20.000Z (about 2 years ago)
- Last Synced: 2025-04-02T04:57:37.936Z (about 1 year ago)
- Topics: discord-bot, discord-js, ironhack
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ironhack Einhorn Bot
This is a small discord bot, written as a fun project by the Amsterdam Ironhack webdev group July-September 2019
## Developing
1. Fork/Clone the repo
2. Run `npm install` in the directory of the bot
3. Add a `.env` file with a `TOKEN` parameter
4. Get the token from me ;)
5. Run the bot with either `nodemon` for instant reload on code changes or `npm run start`
We are using [Discord.js](https://github.com/discordjs/discord.js) as a framework. Documentation can be found on their GitHub and website.