Skip to content

Commit 4f74990

Browse files
Merge pull request #61 from OperationCode/advertise_pybot
Advertise pybot
2 parents ba4ab4f + 6513581 commit 4f74990

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pybot/endpoints/slack/messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def not_bot_delete(event: Message):
3131
async def advertise_pybot(event: Message, app: SirBot):
3232
BOT_URL = 'https://github.com/OperationCode/operationcode-pybot'
3333
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> '}
34+
'text': f'OC-Community-Bot is a community led project'
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)