Skip to content

Commit

Permalink
delete from server immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Feb 5, 2024
1 parent 05f52b0 commit 16dc75f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions faqbot/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def on_init(bot: Bot, _args: Namespace) -> None:
bot.rpc.set_config(accid, "displayname", "FAQ Bot")
status = "I am a Delta Chat bot, send me /help for more info"
bot.rpc.set_config(accid, "selfstatus", status)
bot.rpc.set_config(accid, "delete_server_after", "1")


@cli.on_start
Expand Down

0 comments on commit 16dc75f

Please sign in to comment.