We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c54dc commit 1438923Copy full SHA for 1438923
examples/music_queue.py
@@ -6,7 +6,7 @@
6
class Bot(commands.Bot):
7
8
def __init__(self):
9
- super().__init__(token="cf8j5rmrceo0veqgalnki52kan5fbr", prefix="!", initial_channels=["sockheadrps"])
+ super().__init__(token="TOKEN", prefix="!", initial_channels=["sockheadrps"])
10
self.audio_manager = queuemanager.AudioQueueManager()
11
self.song_dict = {
12
"song_one": "C:\\PATH\\TO\\FILE.mp3",
0 commit comments