- Notifications
You must be signed in to change notification settings - Fork8
Open
Description
Summary
Be able to tell if the bot currently playing a song
The Problem
I really want to be able to see if the bot is playing in the current VC.
The Ideal Solution
if player.is_playing():
print("Bot is currently playing a song!")
do_something()
else:
print("Bot is currently not playing anything:)
do_something_else()
The Current Solution
Not possible as far as i can tell
Could be wrong not sure
Additional Context
No not really
Metadata
Metadata
Assignees
Labels
No labels