In this article, we're going to create a Discord bot that can guide users through an automatic partnership process!
What's a Discord server par...
For further actions, you may consider blocking this person and/or reporting abuse
bro confirm reactions are not coming in embed and code also gives error
Error:
Thanks for letting me know! The updated line should be:
lol bro, still error
Jeez, I did it in a rush.
ctx.member
should bectx.author
bro now no errors but when i try to confirm by clicking tick then nothing happens no error, no advertise :(
,btw thanks by reading this artical i learned how to use discord forms thanks a lot
Hmm, i'm unsure about what could be happening. Make sure that your channel ID is correct, and could you send your code? (excluding the token of course)
yes
to send code i removed token and channel ids
kages/discord/ext/commands/core.py", line 85, in wrapped
ret = await coro(*args, **kwargs)
File "main.py", line 121, in testform
form = forms.Form(ctx, 'Title')
NameError: name 'forms' is not defined
when i try to import forms it's not working
first make sure that you have indstalled module or not :
and if you already have installed then import module like this :
Hi,
Nice article , Do you have a tips to create a client capable of receiving messages from a channel whose identifier I know?
Well, you could check if the channel's ID matches the ID that you have:
Thanks My problem is the channel connexion , I'm not the channel admin I just want to read message Like in my application.
Is it possible to register with mail and password like in the app ?
Not without using selfbots, which is highly against ToS and will get you banned from Discord. You should just get permission from a channel admin with a link that only has the send/read messages permission, so that it cannot abuse anything.
it says:
Traceback (most recent call last):
File "main.py", line 3, in
from discord.ext.forms import Form, ReactConfirm
ModuleNotFoundError: No module named 'discord.ext.forms
Sorry for the late reply, did you
pip install discord.ext.forms
? Do you have multiple Python installations?It was Amazing, could you make all this code available together rather code snippets.
If I understand what you're requesting, I have included the code together at the bottom of the article.
nope, all those parts of codes like invite, welcome.