R
R
Righty2021-02-14 14:33:55
Email
Righty, 2021-02-14 14:33:55

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

1 answer(s)
A
Alexander, 2021-02-14
@Alexandre888

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("текст")

If you can't do it yourself, we'll help you here .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question