discord-ext-getch

Get and Fetch Objects!


License
Apache-2.0
Install
pip install discord-ext-getch==0.1.0

Documentation

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())