small fix & up

This commit is contained in:
barry 2026-04-15 11:17:51 +02:00
parent 6cc81ce6d8
commit 3628c1bb24
5 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ from discord import app_commands
from datetime import datetime from datetime import datetime
from pathlib import Path from pathlib import Path
from mcstatus import JavaServer from mcstatus import JavaServer
from secrets import TOKEN from sec import TOKEN
BOT_STATUS_CHANNEL = "bot-status" BOT_STATUS_CHANNEL = "bot-status"

Binary file not shown.

BIN
mods/Lucky77_1.20.1_v04.jar Normal file

Binary file not shown.

2
sec.py Normal file
View File

@ -0,0 +1,2 @@
# Discord Bot token
TOKEN = "MTQ4MDg2MDE2MTY4MDg2NzQ0OQ.GiLBqd.TaLMwUQXYxSAzkUIEST8BX2VZ25yUfSEcSZSaM"

View File

@ -1,5 +1,5 @@
#Minecraft server properties #Minecraft server properties
#Wed Mar 25 22:46:16 CET 2026 #Fri Apr 10 14:27:17 CEST 2026
allow-flight=false allow-flight=false
allow-nether=true allow-nether=true
broadcast-console-to-ops=true broadcast-console-to-ops=true