Skip to main content

Get and Fetch Objects!

Project description

Analyse Status Build Status Lint Status


discord-ext-getch

A discord.py extension that allows simplification of getting and fetching objects.

Installation

python3 -m pip install --upgrade discord-ext-getch

Usage

from discord.ext.getch import GetchMixin

class Bot(commands.Bot, GetchMixin):
    ...

bot = Bot(command_prefix='!')

@bot.event
async def on_ready():
    print(await bot.annel(123456789).essage(987654321).getch())

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

discord-ext-getch-0.1.0.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

discord_ext_getch-0.1.0-py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 3

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