what? and how?
Traceback (most recent call last):
File "C:\Users\jmart\AppData\Local\Programs\Python\Python310\lib\site-packages\disnake\ext\commands\base_core.py", line 400, in invoke
await self(inter, *args, **kwargs)
File "C:\Users\jmart\AppData\Local\Programs\Python\Python310\lib\site-packages\disnake\ext\commands\base_core.py", line 307, in __call__
return await self.callback(self.cog, interaction, *args, **kwargs)
TypeError: Commands.config_logs() missing 1 required positional argument: 'channel'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\jmart\AppData\Local\Programs\Python\Python310\lib\site-packages\disnake\ext\commands\interaction_bot_base.py", line 1255, in process_application_commands
await app_command.invoke(interaction)
File "C:\Users\jmart\AppData\Local\Programs\Python\Python310\lib\site-packages\disnake\ext\commands\slash_core.py", line 724, in invoke
await self.invoke_children(inter)
File "C:\Users\jmart\AppData\Local\Programs\Python\Python310\lib\site-packages\disnake\ext\commands\slash_core.py", line 706, in invoke_children
await group.invoke(inter)
File "C:\Users\jmart\AppData\Local\Programs\Python\Python310\lib\site-packages\disnake\ext\commands\base_core.py", line 409, in invoke
raise CommandInvokeError(exc) from exc
disnake.ext.commands.errors.CommandInvokeError: Command raised an exception: TypeError: Commands.config_logs() missing 1 required positional argument: 'channel'