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

https://github.com/midnightdoggo19/scan

Discord bot to check if Minecraft servers are online
https://github.com/midnightdoggo19/scan

discord-bot minecraft

Last synced: 3 months ago
JSON representation

Discord bot to check if Minecraft servers are online

Awesome Lists containing this project

README

        

# Instructions for Use

Clone the repo:
```
git clone https://github.com/midnightdoggo19/scan.git
```
Enter the new directory:
```
cd scan
```
Install dependencies:
```
npm i
```
Fill your Discord application's information in `.example.env` and rename it to `.env`. The bot is now ready to run:
```
npm run register
npm start
```
You can either add the bot to a server or as a client-side bot to use it anywhere :D
# Required Intents:
* Server Members
* Message Content

# Commands
```
/bedrock - check the status of a Bedrock server
/java - check the status of a Java server
/boring - check the "boringness" of a name
/ping - check if the bot is online
/skin - get a player's skin
/widget - get the widget of a server
```