filmov
tv
Send direct messages using discord python bot.

Показать описание
*Watch @ 1.75x or 2x*
Music Name: "The Green Orbs- Springtime Family Band"
If you want to send Anonymous DM to server members, then check this code:
So what the heck is actually going on in this video?
Let's do the breakdown...
1. We first imported all the necessary libraries and modules
2. on line 7, we set our bot's prefix to "!"
3. After that we created 2 new functions:
Function 1:
async def on_ready():
print('Bot online!')
:: This function is called automatically when we run our client and prints 'Bot online!' on the console and is just for our information that the bot is now up and running.
Function 2:
async def dm(ctx):
:: This is the function that sends the DM to the author(the one who types the command) along with the message in the parenthesis.
NOTE: This can only be set by the CREATOR of the bot. You can use it as a "help" command, which sends all the functionality/commands of your bot to someone who calls this function. Check the above-mentioned code link to let users send anonymous and non-anonymous messages to anyone on the server.
Thanks!
Music Name: "The Green Orbs- Springtime Family Band"
If you want to send Anonymous DM to server members, then check this code:
So what the heck is actually going on in this video?
Let's do the breakdown...
1. We first imported all the necessary libraries and modules
2. on line 7, we set our bot's prefix to "!"
3. After that we created 2 new functions:
Function 1:
async def on_ready():
print('Bot online!')
:: This function is called automatically when we run our client and prints 'Bot online!' on the console and is just for our information that the bot is now up and running.
Function 2:
async def dm(ctx):
:: This is the function that sends the DM to the author(the one who types the command) along with the message in the parenthesis.
NOTE: This can only be set by the CREATOR of the bot. You can use it as a "help" command, which sends all the functionality/commands of your bot to someone who calls this function. Check the above-mentioned code link to let users send anonymous and non-anonymous messages to anyone on the server.
Thanks!
Комментарии