Skip to content

Commit 6513581

Browse files
author
wimo7083
committed
remove space
1 parent 703ef3b commit 6513581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pybot/endpoints/slack/messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async def advertise_pybot(event: Message, app: SirBot):
3232
BOT_URL = 'https://github.com/OperationCode/operationcode-pybot'
3333
response = {'channel': event['channel'],
3434
'text': f'OC-Community-Bot is a community led project'
35-
f'\n <{BOT_URL}| source> '}
35+
f'\n <{BOT_URL}|source> '}
3636
await app.plugins["slack"].api.query(methods.CHAT_POST_MESSAGE, data=response)
3737

3838

0 commit comments

Comments
 (0)