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
|
@ -122,6 +122,8 @@ class Example(commands.Cog):
|
||||||
|
|
||||||
settings_manager.set_plugin_setting(COG_NAME, settings)
|
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