Skip to content

Commit 1438923

Browse files
committed
fixup! Fixed docstrings, removed unnecessary async definitions for methods that didn't need to be coroutines, updated example
1 parent 03c54dc commit 1438923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/music_queue.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Bot(commands.Bot):
77

88
def __init__(self):
9-
super().__init__(token="cf8j5rmrceo0veqgalnki52kan5fbr", prefix="!", initial_channels=["sockheadrps"])
9+
super().__init__(token="TOKEN", prefix="!", initial_channels=["sockheadrps"])
1010
self.audio_manager = queuemanager.AudioQueueManager()
1111
self.song_dict = {
1212
"song_one": "C:\\PATH\\TO\\FILE.mp3",

0 commit comments

Comments
 (0)