Created
July 6, 2022 06:14
-
-
Save bensonchow123/a32d8dc1a406961584aad7c404fac493 to your computer and use it in GitHub Desktop.
Error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ignoring exception in on_message | |
Traceback (most recent call last): | |
File "/app/.heroku/python/lib/python3.10/site-packages/nextcord/client.py", line 445, in _run_event | |
await coro(*args, **kwargs) | |
File "/app/Cogs/SelfPromotion.py", line 154, in message_cost_system | |
confirm_button.reply = await message.reply(view=AdvertisementConfirmButton) | |
File "/app/.heroku/python/lib/python3.10/site-packages/nextcord/message.py", line 1714, in reply | |
return await self.channel.send(content, reference=self, **kwargs) | |
File "/app/.heroku/python/lib/python3.10/site-packages/nextcord/abc.py", line 1402, in send | |
components = view.to_components() | |
TypeError: View.to_components() missing 1 required positional argument: 'self' | |
Ignoring exception in on_message | |
Traceback (most recent call last): | |
File "/app/.heroku/python/lib/python3.10/site-packages/nextcord/client.py", line 445, in _run_event | |
await coro(*args, **kwargs) | |
File "/app/Cogs/SelfPromotion.py", line 154, in message_cost_system | |
confirm_button.reply = await message.reply(view=AdvertisementConfirmButton) | |
File "/app/.heroku/python/lib/python3.10/site-packages/nextcord/message.py", line 1714, in reply | |
return await self.channel.send(content, reference=self, **kwargs) | |
File "/app/.heroku/python/lib/python3.10/site-packages/nextcord/abc.py", line 1402, in send | |
components = view.to_components() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment