ChomeNS Core\u2122

This commit is contained in:
ChomeNS 2022-12-05 16:35:54 +07:00
parent 5b299d536a
commit ddb1dbd32c

View file

@ -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'
} }
] ]
}, },