1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-03 00:53:12 +00:00

[Fix] Temp VC base string

This commit is contained in:
kzndotsh 2024-03-29 12:22:24 -04:00
parent fc9aa2edee
commit c22c815730

View file

@ -8,7 +8,7 @@ from tux.utils.constants import Constants as C
class TempVc(commands.Cog):
def __init__(self, bot: commands.Bot) -> None:
self.bot = bot
self.base_vc_name = "/tmp/"
self.base_vc_name: str = "/tmp/"
@commands.Cog.listener()
async def on_voice_state_update(