forked from gooberinc/goober
fixed trying to connect to localhost
This commit is contained in:
parent
4f4821d9fa
commit
19c55634b3
2 changed files with 4 additions and 2 deletions
|
@ -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}")
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -91,4 +91,4 @@ class SyncConnector:
|
|||
|
||||
|
||||
|
||||
instance = SyncConnector("ws://localhost:80")
|
||||
instance = SyncConnector(settings["bot"]["sync_hub"]["url"])
|
Loading…
Add table
Add a link
Reference in a new issue