Updated to 0.2.1
This commit is contained in:
9
src/libbot/pyrogram/classes/command.py
Normal file
9
src/libbot/pyrogram/classes/command.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass
|
||||
class PyroCommand:
|
||||
"""Command stored in PyroClient's 'commands' attribute"""
|
||||
|
||||
command: str
|
||||
description: str
|
Reference in New Issue
Block a user