adding a @url reply to logbot

This commit is contained in:
manetta 2022-02-18 17:06:22 +01:00
parent 3c3216c327
commit 0fccef2337

View File

@ -220,7 +220,7 @@ class Logbot(Bot):
# Response to @url # Response to @url
elif "@url" in message.text: elif "@url" in message.text:
reply = f"{ self.baseurl }{ self.db["folder"] }/" reply = f'{ self.baseurl }{ self.db["folder"] }/'
# Response to @delete # Response to @delete
elif "@delete" in message.text: elif "@delete" in message.text: