No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
LogBot/logbot.py
|
@ -188,7 +188,7 @@ logbot @uptime: To check how long @logbot has been around |
|
|
media_type = media_type.replace("images", "image") # linguistic hack! |
|
|
media_type = media_type.replace("images", "image") # linguistic hack! |
|
|
reply = f"Thanks for that { media_type }!" |
|
|
reply = f"Thanks for that { media_type }!" |
|
|
else: |
|
|
else: |
|
|
reply = "Sorry, can't process that :(" |
|
|
reply = "Sorry, can't process that :( (unknown media type?)" |
|
|
|
|
|
|
|
|
elif "@add" in message.text: |
|
|
elif "@add" in message.text: |
|
|
add_to_db(self, message) |
|
|
add_to_db(self, message) |
|
|