Answer the question
In order to leave comments, you need to log in
Discord bot sending email notifications?
I want to create a discord bot that will write certain text when email. mail comes a letter. Tell me how) And is it really possible to do it?
Looked in the documentation, found nothing.
I write in Python. But JS is fine too.
Answer the question
In order to leave comments, you need to log in
about tracking emails (js)
about which will write a specific text (js):
message.guild.channels.cache.get("id_канала").send("текст")
// или //
client.guilds.cache.get("id_сервера").channels.cache.get("id_канала").send("текст")
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question