Skip to content

Commit 0dd0cfd

Browse files
committed
Fixed version bug.
1 parent 68d9ac6 commit 0dd0cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/commands/embeds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
bot_description = data['Bot']['Description']
1313
bot_prefix = data['Bot']['Prefix']
1414
bot_brand_color = data['Bot']['BrandColor']
15-
bot_version_number = data['Bot']['VersionNumber']
15+
bot_version_number = data['Bot']['Version']
1616

1717
credit_name = data['Credit']['Name']
1818
credit_profile = data['Credit']['Profile']

0 commit comments

Comments
 (0)