This commit is contained in:
bacon
2024-03-20 22:21:09 +03:00
parent da9755e948
commit fc492d1ba8
7 changed files with 183 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ class Audio(commands.Cog, name='Audio'):
logger.info('Skip playing by Game')
else:
# Prepare list of audio
from src.integral_lib.Comands import read_json
from integral_lib.Comands import read_json
_role = await read_json(member.guild.id, 'tigger_role')
audio: list = []
for _a in ListGenerator('audio'):