#Throwing error when using discord.TextChannel

1 messages · Page 1 of 1 (latest)

sly hatch
#

discord.errors.ApplicationCommandInvokeError: Application Command raised an exception: TypeError: 'tuple' object is not callable

I get this error when I use discord.TextChannel in parameters in cogs group slash command.
When I replaced it with discord.Role it worked properly.