mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Newline
This commit is contained in:
parent
be0d49f474
commit
ad4f73cad0
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ class RoyalnetversionCommand(Command):
|
|||
if __debug__:
|
||||
message = f"ℹ️ Royalnet [url=https://github.com/Steffo99/royalnet/]Unreleased[/url]\n"
|
||||
else:
|
||||
message = f"ℹ️ Royalnet [url=https://github.com/Steffo99/royalnet/releases/tag/{self.royalnet_version}]{self.royalnet_version}[/url]\n"
|
||||
message = f"ℹ️ Royalnet [url=https://github.com/Steffo99/royalnet/releases/tag/{self.royalnet_version}]" \
|
||||
f"{self.royalnet_version}[/url]\n"
|
||||
if "69" in royalnet.version.semantic:
|
||||
message += "(Nice.)"
|
||||
await data.reply(message)
|
||||
|
|
Loading…
Reference in a new issue