Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
teleexit/callbackQuery/create.py
2020-11-07 13:18:24 +01:00

9 lines
227 B
Python

from telegram import Update
from telegram.ext import CallbackContext
from main import reasons
def create(update: Update, context: CallbackContext):
del reasons[update.effective_chat.id][update["_effective_user"]["id"]]