fixing error in help method for ffxiv

This commit is contained in:
ein 2021-07-08 09:54:22 -07:00
parent 74c43d9bd4
commit 8f65e07589

View File

@ -74,7 +74,7 @@ def get_help_message(method):
'Pulls a characters data from the lodestone API\n', 'Pulls a characters data from the lodestone API\n',
'Usage: !ffxiv <First name> <last name> <server>\n', 'Usage: !ffxiv <First name> <last name> <server>\n',
'eg: !ffxiv Slamsong Bardley Adamantoise\n\n', 'eg: !ffxiv Slamsong Bardley Adamantoise\n\n',
'Did you know that the critically acclaimed MMORPG Final Fantasy XIV has a free trial,\n'. 'Did you know that the critically acclaimed MMORPG Final Fantasy XIV has a free trial,\n',
'and includes the entirety of A Realm Reborn AND the award-winning Heavensward expansion\n', 'and includes the entirety of A Realm Reborn AND the award-winning Heavensward expansion\n',
'up to level 60 with no restrictions on playtime? Sign up, and enjoy Eorzea today!' 'up to level 60 with no restrictions on playtime? Sign up, and enjoy Eorzea today!'
], ],