#[Solved]
1 messages · Page 1 of 1 (latest)
I doesn´t looks like that, you really need to learn basic python
you have two times
else:
if, elif and else
can you pls learn some python basic´s first?
But not with a python discord bot
do you use dpy or pycord?
for "if" and "elif" you need something
for what is the last thing?
for the second one you need something to check if the user is not muted
you can do it with something like
if member is not "muted"
.
.
why "backfired"?
if you use this ` 3 times you can send some "code" stuff in discord
import discord
for like colored stuff
you can use "!=" or "is not"
Python is more like reading a book
oh, I know what you mean know
but that what I mean
you need something to check if the user is muted or not
you can try to do it without the elif
i think he wants to find out if a discord.Member has the muted role or doesnt have permissions to speak
You have to change avatar_url to avatar.url
[Solved]