Skip to content

Commit 703ef3b

Browse files
author
wimo7083
committed
fix url message
1 parent 63269ac commit 703ef3b

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)