Skip to content

Commit

Permalink
Delete extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
nonamenix authored Aug 3, 2017
1 parent 90c8e8f commit e1b257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def ping(chat, message):

@bot.command("/?import __hello__")
async def hello(chat: Chat, message):
await send_code(chat, " Hello world")
await send_code(chat, "Hello world")


@bot.command("/?import this")
Expand Down

0 comments on commit e1b257c

Please sign in to comment.