mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44: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 () {
|
||||
const component = [
|
||||
{ text: '[', color: 'dark_gray' },
|
||||
{ text: 'ChomeNS Bot', color: 'yellow' },
|
||||
{ text: '] ', color: 'dark_gray' },
|
||||
// { text: '[', color: 'dark_gray' },
|
||||
// { text: 'ChomeNS Bot', color: 'yellow' },
|
||||
// { text: '] ', color: 'dark_gray' },
|
||||
{ text: 'Now Playing', color: 'gold' },
|
||||
{ text: ' | ', color: 'dark_gray' },
|
||||
{ text: bot.music.song.name, color: 'green' },
|
||||
|
|
Loading…
Reference in a new issue