A sync library for creating self bots in python!
Project description
Example use:
from mentord import *
User_client: Client = Client()
User_client.connect(token='YOUR TOKEN')
Use decorators:
@on_ready(client=User_client, delay=5.0)
def client_on_ready() -> None:
print('Self-bot is started!')
@on_message(client=User_client, delay=0.5)
def client_on_message(message: Message) -> None:
utils.channel_opers.ChannelOperations(channel=message.channel_id, client=User_client).send_message("hello!")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mentord-1.2.0.tar.gz
(4.4 kB
view details)
File details
Details for the file mentord-1.2.0.tar.gz.
File metadata
- Download URL: mentord-1.2.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
371a5e27e67d78a3c386820f9ee7a1929f9811ad235b18491c3d7771c618bab7
|
|
| MD5 |
ed3bd8938c6e17c5448cad3e7eae127f
|
|
| BLAKE2b-256 |
f1ae45ee45cab5f7bd04b6992d327d995a0148c81964c51b41c9ea583dd96f7a
|