This commit is contained in:
ChomeNS
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));
}
}