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
- Host: GitHub
- URL: https://github.com/midnightdoggo19/scan
- Owner: midnightdoggo19
- License: gpl-3.0
- Created: 2025-02-09T10:51:58.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-17T02:13:25.000Z (4 months ago)
- Last Synced: 2025-02-17T02:25:01.202Z (4 months ago)
- Topics: discord-bot, minecraft
- Language: JavaScript
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```