removed old code snipped

Signed-off-by: Sebastian Schmittner <sebastian.schmittner@eecc.de>
This commit is contained in:
Sebastian Schmittner 2022-11-23 10:42:18 +01:00
parent 56594e6e13
commit d72ea71d71
No known key found for this signature in database
GPG Key ID: DF6DF57D5F9D539F
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ class MatrixModule(BotModule):
pic_url = response.text pic_url = response.text
self.logger.debug("Sending image with src='%s'", pic_url) self.logger.debug("Sending image with src='%s'", pic_url)
await bot.upload_and_send_image(room, pic_url) await bot.upload_and_send_image(room, pic_url)
# await bot.send_image(room, matrix_uri, apod.hdurl, None, mimetype, w, h, size)
def help(self): def help(self):
return """I'm InspiroBot. return """I'm InspiroBot.