#discord.Activity.buttons
1 messages · Page 1 of 1 (latest)
Prints this: ['Follow on Medal', 'Start Clipping with Medal']
docs state this
can someone please help on this
Before you ask, yes the buttons have links
using pycord rc
does trying button["url"] give you anything?
try accessing the url and label instead of just printing
doesnt
I tried everything I can
and even if
it returns a list of dicts
so it would just
put the dict on the button label
but the label works with button
that is what it's supposed to do
hmm
I'm here
wanna hop in a vc and I will show the problem to you 
I see the problem
you see
I wonder the cause
ima just open up pycord files
gotta check API docs
self.buttons: List[ActivityButton] = kwargs.pop("buttons", [])
yea it should be working
then how are you getting a list of strings