From c655b5d0cdd4320d3a7133e56d19b11d15d0ad45 Mon Sep 17 00:00:00 2001 From: ChomeNS <95471003+ChomeNS@users.noreply.github.com> Date: Sat, 2 Nov 2024 14:37:06 +0700 Subject: [PATCH] chore (default_config.yml): some modifications to the comment at `ownerName` and `backup` --- src/main/resources/default-config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/default-config.yml b/src/main/resources/default-config.yml index 451b59e..a0e8e7c 100644 --- a/src/main/resources/default-config.yml +++ b/src/main/resources/default-config.yml @@ -16,7 +16,7 @@ internetCheck: # how backup works is that it checks for the address every 1 minute, # if the address is reachable it will not start the bot # if the address is not reachable then it will start the bot -# + # if the bot has already been started and the address is back up it # will stop the bot (using System.exit(1)) backup: @@ -59,7 +59,8 @@ colorPalette: number: 'gold' ownerName: 'green' -ownerName: 'chayapak' # currently this is only used in the console +# you HAVE TO CHANGE THIS if you are hosting another instance of my bot. +ownerName: 'XxChange_mexX' imposterFormatChecker: enabled: false