We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703ef3b commit 6513581Copy full SHA for 6513581
1 file changed
pybot/endpoints/slack/messages.py
@@ -32,7 +32,7 @@ async def advertise_pybot(event: Message, app: SirBot):
32
BOT_URL = 'https://github.com/OperationCode/operationcode-pybot'
33
response = {'channel': event['channel'],
34
'text': f'OC-Community-Bot is a community led project'
35
- f'\n <{BOT_URL}| source> '}
+ f'\n <{BOT_URL}|source> '}
36
await app.plugins["slack"].api.query(methods.CHAT_POST_MESSAGE, data=response)
37
38
0 commit comments