#help with buttons
1 messages · Page 1 of 1 (latest)
indent?
if you don't know anything about it, you should go through python basics again
?tag lp
Official Beginner's Guide: https://wiki.python.org/moin/BeginnersGuide
Official Tutorial: https://docs.python.org/3/tutorial/
Shortcuts:
https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
https://wiki.python.org/moin/BeginnersGuide/Programmers
Learn Python:
https://automatetheboringstuff.com/ (for complete beginners to programming)
https://learnxinyminutes.com/docs/python3/ (for people who know programming already)
https://docs.python.org/3/tutorial/ (official tutorial)
http://python.swaroopch.com/ (useful book)
http://www.codeabbey.com/ (exercises for beginners)
this is not a pycord error, it's a python error that you should know how to fix
also why are you putting view inside of the embed
the button goes in the message with the embed, not in the embed itself
also, url buttons don't have callbacks so you can't use a decorator for them
@commands.command() is mistyped
take a bit to read your code and see what you can fix, cuz its gonna keep throwing tracebacks
i recommend reading the pycord guide if you have any issue
?tag guide