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 e69b41b commit 7216261Copy full SHA for 7216261
bot.py
@@ -36,6 +36,8 @@ async def start(self):
36
try:
37
db_channel = await self.get_chat(CHANNEL_ID)
38
self.db_channel = db_channel
39
+ test = await self.send_message(chat_id = db_channel.id, text = "Test Message")
40
+ await test.delete()
41
except Exception as e:
42
self.LOGGER(__name__).warning(e)
43
self.LOGGER(__name__).warning("Make Sure bot is Admin in DB Channel, and Double check the CHANNEL_ID Value")
0 commit comments