This commit is contained in:
Chayapak 2023-05-02 14:32:24 +07:00
parent 0d99f2b724
commit df64f9ff30
2 changed files with 2 additions and 2 deletions

View file

@ -40,6 +40,6 @@ public class CreatorCommand implements Command {
return Component.empty()
.append(Component.text("ChomeNS Bot ").color(NamedTextColor.YELLOW))
.append(Component.text("was created by ").color(NamedTextColor.WHITE))
.append(Component.text(bot.config().ownerName()).color(NamedTextColor.GREEN));
.append(Component.text("chayapak").color(NamedTextColor.GREEN));
}
}

View file

@ -23,7 +23,7 @@ discord:
servers:
localhost:25565: 'channel id'
ownerName: 'chayapak' # currently this is only used in the creator command and the console
ownerName: 'chayapak' # currently this is only used in the console
trusted:
- 'player name'