mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 18:54:55 -05:00
remove "[ChomeNS Bot] "
This commit is contained in:
parent
1b5ede860d
commit
10daabcddc
1 changed files with 3 additions and 3 deletions
|
@ -114,9 +114,9 @@ function inject (bot) {
|
||||||
|
|
||||||
function toComponent () {
|
function toComponent () {
|
||||||
const component = [
|
const component = [
|
||||||
{ text: '[', color: 'dark_gray' },
|
// { text: '[', color: 'dark_gray' },
|
||||||
{ text: 'ChomeNS Bot', color: 'yellow' },
|
// { text: 'ChomeNS Bot', color: 'yellow' },
|
||||||
{ text: '] ', color: 'dark_gray' },
|
// { text: '] ', color: 'dark_gray' },
|
||||||
{ text: 'Now Playing', color: 'gold' },
|
{ text: 'Now Playing', color: 'gold' },
|
||||||
{ text: ' | ', color: 'dark_gray' },
|
{ text: ' | ', color: 'dark_gray' },
|
||||||
{ text: bot.music.song.name, color: 'green' },
|
{ text: bot.music.song.name, color: 'green' },
|
||||||
|
|
Loading…
Reference in a new issue