Skip to main content

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


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.1.9.tar.gz (4.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page