Browse Source

adding a @url reply to logbot

master
manetta 2 years ago
parent
commit
0fccef2337
  1. 2
      LogBot/logbot.py

2
LogBot/logbot.py

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

Loading…
Cancel
Save