From 014b2b4ef02862718dcb47a1a03d822604f44b31 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 19 Feb 2024 18:37:34 -0500 Subject: [PATCH] misc(tts): comment anchors are cool or smth --- tts/tts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tts/tts.py b/tts/tts.py index 83024c1..12c530f 100644 --- a/tts/tts.py +++ b/tts/tts.py @@ -51,3 +51,5 @@ class TTS(commands.Cog): if message.channel.id in await self.config.guild(message.guild).enabled_channels(): #TODO - add PyLav integration return + + #TODO - add commands for enabling/disabling channels, setting voice channel settings, and setting global settings