Update index.ts

This commit is contained in:
q13x 2023-07-03 13:16:24 -08:00 committed by GitHub
parent c1cab37c8a
commit 89914f1296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,3 +55,6 @@ CONFIG.adapter.server = {
host: config.bindInternalServerIp,
port: config.bindInternalServerPort
}
CONFIG.adapter.motd = {
l1: Enums.ChatColor.GOLD + "EaglerProxy as a Service"
}