Bugfix
This commit is contained in:
parent
d7101c1d4b
commit
ea54f228d4
1 changed files with 2 additions and 2 deletions
|
@ -31,11 +31,11 @@ const aboutBot = function (c){
|
|||
color: c.colors.secondary,
|
||||
with: [
|
||||
{
|
||||
text: version.sourceURL,
|
||||
text: botVersion.sourceURL,
|
||||
color: c.colors.primary,
|
||||
clickEvent: {
|
||||
action: 'open_url',
|
||||
value: version.sourceURL
|
||||
value: botVersion.sourceURL
|
||||
},
|
||||
hoverEvent: {
|
||||
action: 'show_text',
|
||||
|
|
Loading…
Reference in a new issue