adding a @url reply to logbot
This commit is contained in:
parent
3c3216c327
commit
0fccef2337
@ -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…
Reference in New Issue
Block a user