Update the send_notification to send the message without the title.
This commit is contained in:
@@ -42,7 +42,7 @@ class ProducerClient:
|
|||||||
async def send_notification(self, title: str, message: str):
|
async def send_notification(self, title: str, message: str):
|
||||||
await self.send(title)
|
await self.send(title)
|
||||||
|
|
||||||
await self.send(f'# {title}\n{message}')
|
await self.send(message)
|
||||||
|
|
||||||
async def notify_interactive(self):
|
async def notify_interactive(self):
|
||||||
await self.connect()
|
await self.connect()
|
||||||
|
|||||||
Reference in New Issue
Block a user