#Button error
1 messages · Page 1 of 1 (latest)
Youre trying to send a button by itself
Without actually using View instance and adding button
You also shouldn't run stuff on on_ready
Why? '-'
Wtf, I want to put him in a message
view= keyword takes a discord.ui
View object, so first define your view and then add the button
Because it can fire multiple times.
I know
see the code, I put view = Button
hm
Thats a button
view = discord.ui.View()
view.add_item(Button())
...```