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.
2 parents ba4ab4f + 6513581 commit 4f74990Copy full SHA for 4f74990
1 file changed
pybot/endpoints/slack/messages.py
@@ -31,8 +31,8 @@ def not_bot_delete(event: Message):
31
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 communit led project to assist operation code.'
35
- f'\n < {BOT_URL} | source> '}
+ 'text': f'OC-Community-Bot is a community led project'
+ f'\n <{BOT_URL}|source> '}
36
await app.plugins["slack"].api.query(methods.CHAT_POST_MESSAGE, data=response)
37
38
0 commit comments