mirror of
https://github.com/HirziDevs/PteroStats
synced 2026-05-29 19:20:39 +00:00
Fix typo
This commit is contained in:
6
Indo.md
6
Indo.md
@@ -66,7 +66,7 @@ Jika kamu mendapat masalah bisa dm `Hirzi#8701` didiscord atau join [server supp
|
||||
|
||||

|
||||
|
||||
### Blaclist Nodes
|
||||
### Blacklist Nodes
|
||||
1. Pilih node yang ada di node list admin page
|
||||
|
||||

|
||||
@@ -79,11 +79,11 @@ Jika kamu mendapat masalah bisa dm `Hirzi#8701` didiscord atau join [server supp
|
||||
|
||||

|
||||
|
||||
Kamu bisa masukin lebih dari 1 node untuk di blacklist
|
||||
Kamu bisa memasukan lebih dari 1 node untuk di blacklist
|
||||
|
||||

|
||||
|
||||
## Permission apikey
|
||||
## Permission apikey
|
||||
|
||||
Pilih Aktifkan `read` di semua opsi permission, jika tetap error pilih `read & write` di semua opsi permission
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ if you need help contact me on discord `Hirzi#8701` or join [our discord support
|
||||
|
||||

|
||||
|
||||
### Blaclist Nodes
|
||||
### Blacklist Nodes
|
||||
1. Select node from node list on admin page
|
||||
|
||||

|
||||
@@ -79,7 +79,7 @@ if you need help contact me on discord `Hirzi#8701` or join [our discord support
|
||||
|
||||

|
||||
|
||||
You can add more than one node in the blaclist
|
||||
You can add more than one node in the blacklist
|
||||
|
||||

|
||||
|
||||
|
||||
18
config.yml
18
config.yml
@@ -2,24 +2,24 @@
|
||||
# If you need help, join our discord server here: https://discord.gg/zv6maQRah3
|
||||
|
||||
# Bot Configuration
|
||||
token: 'Put bot token here'
|
||||
token: 'Put bot token here'
|
||||
bot_status:
|
||||
enable: false
|
||||
text: 'Hosting Panel'
|
||||
text: 'Hosting Panel'
|
||||
type: 'WATCHING' # can be 'WATCHING', 'PLAYING', 'LISTENING', or 'COMPETING'. for 'STREAMING' is not working for now
|
||||
|
||||
# Discord Channel and Refresh Time Configuration
|
||||
channel: 'Put channel id here'
|
||||
channel: 'Put channel id here'
|
||||
refresh: 60
|
||||
|
||||
# Panel Configuration
|
||||
panel:
|
||||
url: 'Put panel url here'
|
||||
url: 'Put panel url here'
|
||||
key: 'Put panel apikey here'
|
||||
|
||||
# Embed Configuration
|
||||
# set to false if you want to disable embed option
|
||||
embed:
|
||||
embed:
|
||||
title: 'PteroStats'
|
||||
color: '5865F2'
|
||||
description: 'Next update {{time}}' # You can use {{time}} to make "in X seconds" time format
|
||||
@@ -35,7 +35,7 @@ embed:
|
||||
# Message Button Configuration
|
||||
button:
|
||||
enable: true
|
||||
btn1:
|
||||
btn1:
|
||||
label: 'PteroStats'
|
||||
url: 'https://github.com/HirziDevs/PteroStats'
|
||||
btn2:
|
||||
@@ -50,18 +50,18 @@ button:
|
||||
btn5:
|
||||
label: ''
|
||||
url: ''
|
||||
|
||||
|
||||
# Status Message Configuration
|
||||
status:
|
||||
online: ':green_circle: Online'
|
||||
offline: ':red_circle: Offline'
|
||||
|
||||
# Node Resource
|
||||
# Nodes Resource
|
||||
nodes_resource:
|
||||
enable: false
|
||||
blacklist: [] # You can add node id to remove the node from status embed (Example: "blacklist: [1]")
|
||||
servers: true
|
||||
location: true
|
||||
location: true
|
||||
allocations: true
|
||||
unit: 'gb' # You can use "gb", "mb", or "percent"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user