Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -241,7 +241,7 @@ async def on_ready():
|
|
| 241 |
async def lofi(interaction: discord.Interaction):
|
| 242 |
async def play_lofi(ctx, interaction: discord.Interaction):
|
| 243 |
await music_bot.join_voice(ctx)
|
| 244 |
-
music_bot.loop_mode = LoopMode.SINGLE
|
| 245 |
music_bot.current_song = QueueItem(
|
| 246 |
url=config.song_path, title="Lofi Music", file_path=config.song_path
|
| 247 |
)
|
|
|
|
| 241 |
async def lofi(interaction: discord.Interaction):
|
| 242 |
async def play_lofi(ctx, interaction: discord.Interaction):
|
| 243 |
await music_bot.join_voice(ctx)
|
| 244 |
+
# music_bot.loop_mode = LoopMode.SINGLE
|
| 245 |
music_bot.current_song = QueueItem(
|
| 246 |
url=config.song_path, title="Lofi Music", file_path=config.song_path
|
| 247 |
)
|