Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Apr 6, 2024
1 parent f178a5b commit bf529da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/echobot_advanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def on_init(bot, args):
bot.rpc.set_config(accid, "displayname", "EchoBot")
status = "I am a Delta Chat bot, I will repeat anything you say to me"
bot.rpc.set_config(accid, "selfstatus", status)
bot.rpc.set_config(accid, "delete_server_after", "1") # delete immediately from server
# bot.rpc.set_config(accid, "delete_device_after", "3600")


Expand Down

0 comments on commit bf529da

Please sign in to comment.