This commit is contained in:
parent
aa10d6bc27
commit
8655f279f9
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@ const net = require('net')
|
|||
const { EmbedBuilder } = require('discord.js');
|
||||
|
||||
module.exports = {
|
||||
name: 'mc', // Keep it to one word
|
||||
name: 'mc',
|
||||
description: 'get minecraft server information',
|
||||
hidden: true,
|
||||
whitelist: true,
|
||||
needsWhitelist: true,
|
||||
async execute({ message, args }) {
|
||||
let host = "";
|
||||
let port = 25565;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue