fixed that error ages ago, got a new error:
2024-02-06 23:01:27 ERROR discord.ui.view Ignoring exception in view <PingView timeout=180.0 children=1> for item <Button style=<ButtonStyle.secondary: 2> url=None disabled=False label='Stop it' emoji=None row=None>
Traceback (most recent call last):
File "/home/container/.local/lib/python3.11/site-packages/discord/ui/view.py", line 427, in _scheduled_task
await item.callback(interaction)
^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: PingView.stop_button_callback() missing 1 required positional argument: 'interaction'```
and code:
https://srcb.in/ijQxKiBp9l

thank you


(I mean, it raises errors, but they're not being eaten.)


