Get and Fetch Objects!
Project description
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
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
Built Distribution
Close
Hashes for discord_ext_getch-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b75b10683d983a2fd4c55ac6007c5e3559b80ec72b04f5bb8922a8034bb3dd88 |
|
MD5 | d1537997c27d9b1eab676e3e23c3b978 |
|
BLAKE2b-256 | a5bff23509bff35e5cae94168c6de8db2d9d3c10e1c54fcf473bcf0f0d2be964 |