Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/0.6.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cobular committed May 28, 2021
2 parents d671f01 + 50d04e7 commit a9ec30a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.2"
__version__ = "0.6.3"
2 changes: 1 addition & 1 deletion distest/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async def on_ready(self):
to the console
"""
print("Started distest bot.")
print(f"Invite Link: https://discordapp.com/oauth2/authorize?client_id={self.user.id}&scope=bot&permissions=8 ")
print(f"Invite Link: https://discordapp.com/oauth2/authorize?client_id={self.user.id}&scope=bot&permissions=8")
print("Available tests are:")
for test in self._tests:
print(" {}".format(test.name))
Expand Down

0 comments on commit a9ec30a

Please sign in to comment.