Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadowtime2000/hypixel-skyblock-news-discord-bot
A simple discord bot to display Hypixel Skyblock news.
https://github.com/shadowtime2000/hypixel-skyblock-news-discord-bot
discord discord-bot discord-js hypixel hypixel-api hypixel-skyblock hypixelapi
Last synced: about 1 month ago
JSON representation
A simple discord bot to display Hypixel Skyblock news.
- Host: GitHub
- URL: https://github.com/shadowtime2000/hypixel-skyblock-news-discord-bot
- Owner: shadowtime2000
- License: mit
- Created: 2020-06-09T20:56:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T21:43:56.000Z (over 4 years ago)
- Last Synced: 2024-10-30T09:45:25.098Z (2 months ago)
- Topics: discord, discord-bot, discord-js, hypixel, hypixel-api, hypixel-skyblock, hypixelapi
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hypixel-skyblock-news-discord-bot
A simple discord bot to display Hypixel Skyblock news.
## Dependencies
This application was built with:
* NodeJS Version: 12.16.1
* discord.js Version: 12.2.0
* request Version: 2.88.2
## How To Run
To run this project, first fill the Hypixel API key and the Discord bot token out in config.json. Then:
```
> npm install
> node index.js
```## Commands
```
sbn get latest - Get latest Skyblock news
sbn list - List Skyblock news by date posted
sbn get - Get the news for that id
```