Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
telegram.py
Logo
telegram.py
  • Introduction
  • Quickstart
  • Changelog
  • API Reference
  • telegrampy.ext.commands – Commands Handler
    • Introduction to Commands
    • Introduction to Cogs
    • Introduction to Extensions
    • Making a Help Command
    • API Reference
  • telegrampy.ext.conversations – Conversation Helper
    • API Reference
    • Examples
Back to top
View this page

telegrampy.ext.commands – Commands Handler¶

The telegrampy commands extension aids in writing and handling commands. It also allows you to seperate commands into modular extensions.

  • Introduction to Commands
    • Defining Commands
    • Using Arguments
    • Using Converters
  • Introduction to Cogs
    • Example Cog
  • Introduction to Extensions
    • Using Extensions
  • Making a Help Command
  • API Reference
    • Bot
    • Events
    • Command
    • Checks
    • Help Command
    • Cog
    • Context
    • Converters
    • Exceptions
Next
Introduction to Commands
Previous
API Reference
Copyright © 2020-2024, ilovetocode
Made with Sphinx and @pradyunsg's Furo