-
|
I read your example basic_voice.py which takes @app_commands.command(
name="join",
description="Joins Voice Channel"
)
async def join(self, interaction: discord.Interaction):
if interaction.user.voice:
print("you are in a voice")
if interaction.VoiceClient.channel != interaction.user.voice.channel:
print("but not where i am")tried |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
|
The interaction has a |
Beta Was this translation helpful? Give feedback.
-
|
I don't need answers |
Beta Was this translation helpful? Give feedback.
I don't need answers