We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e30ff commit 911d851Copy full SHA for 911d851
deebot_client/commands/xml/play_sound.py
@@ -8,7 +8,7 @@
8
class PlaySound(ExecuteCommand):
9
"""Play sound command."""
10
11
- name = "PlaySound"
+ NAME = "PlaySound"
12
13
def __init__(self) -> None:
14
super().__init__({"sid": "30"})
0 commit comments