We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48499e8 + 1ee1ebc commit 3be7c0dCopy full SHA for 3be7c0d
2 files changed
backend.py
@@ -152,8 +152,6 @@ def _get_current_voice_channel(self):
152
self.discord_client.get_selected_voice_channel()
153
154
def close(self):
155
- """Cleanup method called when backend is shutting down"""
156
- log.debug("Closing Discord backend connection")
157
if self.discord_client:
158
try:
159
self.discord_client.disconnect()
manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "1.8.0",
+ "version": "1.8.1",
3
"thumbnail": "store/thumbnail.png",
4
"id": "com_imdevinc_StreamControllerDiscordPlugin",
5
"name": "Discord",
0 commit comments