mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-27 09:35:35 -05:00
ChomeNS Core\u2122
This commit is contained in:
parent
5b299d536a
commit
ddb1dbd32c
1 changed files with 5 additions and 1 deletions
|
@ -24,12 +24,16 @@ module.exports = {
|
||||||
refillInterval: 1000 * 60,
|
refillInterval: 1000 * 60,
|
||||||
customName: [
|
customName: [
|
||||||
{
|
{
|
||||||
text: 'ChomeNS Bot ',
|
text: 'ChomeNS ',
|
||||||
color: 'yellow'
|
color: 'yellow'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Core',
|
text: 'Core',
|
||||||
color: 'green'
|
color: 'green'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: '\u2122',
|
||||||
|
color: 'gold'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue