We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd0665 commit 83fc28fCopy full SHA for 83fc28f
botstrap.py
@@ -315,3 +315,5 @@ def create_webhook(self, name: str, channel_id_: int) -> str:
315
316
with env_file_path.open("wb") as file:
317
file.write(config_str.encode("utf-8"))
318
+
319
+ log.info("Botstrap completed successfully. Configuration has been written to %s", env_file_path)
0 commit comments