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 c86730f commit 63269acCopy full SHA for 63269ac
1 file changed
pybot/endpoints/slack/messages.py
@@ -28,7 +28,7 @@ def not_bot_delete(event: Message):
28
return 'previous_message' not in event or 'bot_id' not in event['previous_message']
29
30
31
-def advertise_pybot(event: Message, app: SirBot):
+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.'
0 commit comments