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

Commit

Permalink
Remove unwanted \n character
Browse files Browse the repository at this point in the history
  • Loading branch information
jgayfer authored Aug 3, 2017
1 parent 808e3f1 commit 1bcfd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spirit.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def _prefix_callable(bot, message):
@bot.event
async def on_ready():
"""Display startup information"""
print('Spirit v0.2.0\n')
print('Spirit v0.2.0')
print('Username: {}'.format(bot.user.name))
print('------')

Expand Down

0 comments on commit 1bcfd99

Please sign in to comment.