A discord.py extension with additional and alternative features.
python3 -m pip install --upgrade discord-ext-getch
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())