Skip to content

Commit

Permalink
delete wsopt in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
0x24a committed Jun 17, 2024
1 parent 2ec63a5 commit c589c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ def execute(ctx: CommandContext):
bot.load_plugin("testplugin", command_name=".hv plugin")
bot.load_plugin("example_plugin_afk", command_prefix=".hv afk")

bot.run(wsopt={"http_proxy_host": "127.0.0.1", "http_proxy_port": 1087}) # delete wsopt if you don't have to use a proxy
bot.run()

0 comments on commit c589c12

Please sign in to comment.