Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Ext-Creators/discord-ext-getch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyze Status Build Status Lint Status


discord-ext-getch

A discord.py extension with additional and alternative features.

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

Releases

No releases published

Packages

No packages published

Languages