fixed trying to connect to localhost

This commit is contained in:
ctih1 2025-07-27 14:51:17 +03:00
parent 4f4821d9fa
commit 19c55634b3
2 changed files with 4 additions and 2 deletions

View file

@ -121,7 +121,9 @@ class Example(commands.Cog):
settings["intro"]["message"] = "brand new message!"
settings_manager.set_plugin_setting(COG_NAME, settings)
new_message = settings["intro"]["message"]
await send_message(ctx, message=f"New message: {new_message}")