`Traceback (most recent call last):
File "C:\Users\V\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\app_commands\commands.py", line 851, in _do_call
return await self.callback(interaction, **params) # type: ignore
File "e:\spikey\spikey.py", line 609, in gungame
await gamestart(ctx,user_list,protecc,random_turn,potions)
File "e:\spikey\spikey.py", line 789, in gamestart
await ctx.followup.send(embed=embed102, view=selector_list)
File "C:\Users\V\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\webhook\async.py", line 1698, in send
raise TypeError(f'expected view parameter to be of type View not {view.class!r}')
TypeError: expected view parameter to be of type View not <class 'main.Prot'>
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\V\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\app_commands\tree.py", line 1240, in _call
await command._invoke_with_namespace(interaction, namespace)
File "C:\Users\V\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\app_commands\commands.py", line 876, in _invoke_with_namespace
return await self._do_call(interaction, transformed_values)
File "C:\Users\V\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\app_commands\commands.py", line 865, in _do_call
raise CommandInvokeError(self, e) from e
discord.app_commands.errors.CommandInvokeError: Command 'gungame' raised an exception: TypeError: expected view parameter to be of type View not <class 'main.Prot'>`