mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2025-03-20 17:29:50 -04:00
missing trailing comma
This commit is contained in:
parent
6999a15575
commit
b961eee55f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module.exports = {
|
|||
color: 'blue',
|
||||
clickEvent: {
|
||||
action: 'open_url',
|
||||
value: 'https://discord.gg/xdgCkUyaA4'
|
||||
value: 'https://discord.gg/xdgCkUyaA4',
|
||||
},
|
||||
},
|
||||
]));
|
||||
|
|
Loading…
Reference in a new issue