Skip to content

Commit 303b37a

Browse files
DorukyumPaillat-dev
authored andcommitted
state.py aktualisieren
Signed-off-by: Dorukyum <[email protected]>
1 parent ea742fc commit 303b37a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

discord/state.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,6 @@ def create_message(
20052005

20062006
def parse_voice_channel_effect_send(self, data) -> None:
20072007
json = __import__("json")
2008-
print(json.dumps(data, indent=4))
20092008
if sound_id := int(data.get("sound_id", 0)):
20102009
sound = self._get_sound(sound_id)
20112010
if sound is None:

0 commit comments

Comments
 (0)