Ignoring exception in on_button_click
Traceback (most recent call last):
File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\disnake\client.py", line 700, in _run_event
await coro(*args, **kwargs)
File "C:\Users\user\PycharmProjects\sadreatournaments\sadreaaaa.py", line 617, in on_button_click
await p2p.check(new_bill).status
AttributeError: 'coroutine' object has no attribute 'status'
C:\Users\user\AppData\Roaming\Python\Python310\site-packages\disnake\client.py:705: RuntimeWarning: coroutine 'AioQiwiP2P.check' was never awaited
await self.on_error(event_name, *args, **kwargs)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback