Don't store sync tokens

This commit is contained in:
Nexus 2024-09-15 23:20:06 +01:00
parent ba4ce42eaf
commit aa33a3b1e4

View file

@ -75,6 +75,7 @@ bot = NonsenseBot(
command_prefix=config["bot"].get("prefix", "h!"),
owner_id=config["bot"].get("owner_id") or "@nex:nexy7574.co.uk",
auto_read_messages=False,
config=niobot.AsyncClientConfig()
)
bot.cfg = config