Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
portを直接指定
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCir committed Sep 21, 2022
1 parent 1a86c5f commit 567050e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/minecraft/outiserverstatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
.addFields([
{ name: 'プレイヤー数', value: `${status.players.online}/${status.players.max}` },
{ name: 'IP', value: '126.75.152.179' },
{ name: 'Port', value: status.portIPv4 ? status.portIPv4.toString() : '不明' },
{ name: 'Port', value: '50000' },
{ name: 'Version', value: status.version.name },
])
.setImage('https://media.discordapp.net/attachments/906452841890205756/954540860224184341/outisabakoiyo.jpeg'),
Expand Down

0 comments on commit 567050e

Please sign in to comment.