#It is not the same
1 messages · Page 1 of 1 (latest)
This is the Ultimate Python Guide on Buttons with Discord.py or Pycord. In this video, I talk about how to create buttons in discord.py or pycord and how to respond to button clicks along with everything about Views. After watching this you'll know everything about Buttons and Views in discord.py or pycord.
This video might also apply to other...
what is not the same?
If you have any issues, please specify
Is there something that is not working?
yes
What
it's a swedish server and when i type !Hej noting happens
could you show your code
code to what?
the bot?
i can't see the whole thing
?
did you save and run the bot?
are you receiving any errors
that?
you're missing a comma after bot"
it's probably part of it
are you running the bot properly?
think so
try changing it to lowercase
change what?
the command name
what
by the way, do any commands work
no
I don't think you are running your bot correctly. What does your terminal look like
do you see "The bot is ready for use" each time you run the bot?
yes
do you have an on_message anywhere
yea
is there a bot.process_commands(message)in there
don't think so
add that at the end
end of the whole thing?
show the end?
of the on_message yes
@client.event
async def on_message(message):
if message.content == "test":
# your code here
+ await client.process_commands(message)
add that there
so i dont remove anything?
no
This is a list of Frequently Asked Questions regarding using Pycord and its extension modules. Feel free to suggest a new question or submit one via pull requests. Coroutines: Questions regarding c...
the +?
the + is just for highlighting
oh so i remove that
i read your mind
i was gonna say "dont add the +" but i held back lmao
no doesent work
did you save
what IDE doesnt automatically run the in-editor code