forked from chipmunkmc/chipmunkbot
Compare commits
2 commits
25d983c71c
...
372cdce2fa
Author | SHA1 | Date | |
---|---|---|---|
372cdce2fa | |||
7306377a3f |
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ public class InfoCommand {
|
|||
.append(Component.text("_ChipMC_", TextColor.fromHexString(client.config().color().secondary())))
|
||||
.append(Component.text(", ", TextColor.fromHexString(client.config().color().primary())))
|
||||
.append(Component.text("chayapak", TextColor.fromHexString(client.config().color().secondary())))
|
||||
.append(Component.text(" (").color(NamedTextColor.DARK_GRAY))
|
||||
.append(Component.text("<3").color(NamedTextColor.RED))
|
||||
.append(Component.text(")").color(NamedTextColor.DARK_GRAY))
|
||||
.append(Component.text(" and contributors", NamedTextColor.GRAY))
|
||||
.append(Component.newline())
|
||||
.append(Component.text("Original Repository: ", NamedTextColor.GRAY))
|
||||
|
|
Loading…
Reference in a new issue