Missing whitespace
This commit is contained in:
parent
3e00381e0a
commit
b107cc105d
@ -11,7 +11,7 @@ __author__ = "Davide Testa"
|
||||
__email__ = "davide@davte.it"
|
||||
__credits__ = ["Marco Origlia", "Nick Lee @Nickoala"]
|
||||
__license__ = "GNU General Public License v3.0"
|
||||
__version__ = "2.5.2"
|
||||
__version__ = "2.5.3"
|
||||
__maintainer__ = "Davide Testa"
|
||||
__contact__ = "t.me/davte"
|
||||
|
||||
|
@ -802,7 +802,7 @@ async def _version_command(bot: davtelepot_bot, update, user_record):
|
||||
'admin', 'version_command', 'header',
|
||||
last_commit=last_commit,
|
||||
update=update, user_record=user_record
|
||||
)
|
||||
) + '\n\n'
|
||||
text += '\n'.join(
|
||||
f"<b>{package.__name__}</b>: "
|
||||
f"<code>{package.__version__}</code>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user