Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit a38ca23

Browse files
committed
Small fix to example.
1 parent 552c8e5 commit a38ca23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/advanced/advanced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def __init__(self, bot: Union[commands.Bot, commands.AutoShardedBot]):
296296
async def initiate_nodes(self):
297297
nodes = {'MAIN': {'host': 'xxx.xxx.xxx.xxx',
298298
'port': 2333,
299-
'rest_url': 'xxx.xxx.xxx.xxx:2333',
299+
'rest_url': 'http://xxx.xxx.xxx.xxx:2333',
300300
'password': "youshallnotpass",
301301
'identifier': 'MAIN',
302302
'region': 'us_central'}}

0 commit comments

Comments
 (0)