Skip to content

Instantly share code, notes, and snippets.

@bensonchow123
Created July 6, 2022 06:14
Show Gist options
  • Save bensonchow123/a32d8dc1a406961584aad7c404fac493 to your computer and use it in GitHub Desktop.
Save bensonchow123/a32d8dc1a406961584aad7c404fac493 to your computer and use it in GitHub Desktop.
Error
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