#[Solved]

1 messages · Page 1 of 1 (latest)

zinc orchid
#

I hope you know the basic´s of Python?

#

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

raw bone
#

i think he wants to find out if a discord.Member has the muted role or doesnt have permissions to speak

zinc orchid
#

@civic light also which pycord version do you use?

#

rc1?

#

(pip show py-cord)

zinc orchid
#

You have to change avatar_url to avatar.url

civic light
#

[Solved]