A package for sending direct messages via Discord
Project description
Simple Message Bot
This bot is designed to send a custom direct message to a user on discord.
Example
import asyncio
from message import send_direct_message
async def my_script():
# Your script code goes here
await send_direct_message(TOKEN, USER_ID, "Hello, World!")
async def main():
await my_script()
asyncio.run(main())
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simple_dmessage-0.1.1.tar.gz
(1.4 kB
view details)
File details
Details for the file simple_dmessage-0.1.1.tar.gz.
File metadata
- Download URL: simple_dmessage-0.1.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc04a205b40bae94d64f1707e7bb49f34f9203b72af5e93c184683e9501df735
|
|
| MD5 |
403f3467cf5bf2dbe41b87457296423b
|
|
| BLAKE2b-256 |
ab15f5db4d5df78d0367fa004ee36f898b276eb95af8153efa56b43655644167
|