From 52804195470025fa5d756e960e3f96e4edcf6f4d Mon Sep 17 00:00:00 2001 From: Aditya <58950863+xditya@users.noreply.github.com> Date: Sun, 8 Nov 2020 11:17:52 +0530 Subject: [PATCH] Update reveal.py --- telebot/plugins/reveal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telebot/plugins/reveal.py b/telebot/plugins/reveal.py index d5d4345b..41d2ec11 100644 --- a/telebot/plugins/reveal.py +++ b/telebot/plugins/reveal.py @@ -24,6 +24,6 @@ async def _(event): await a.delete() os.remove(b) -CMD_HELP.update( +CMD_HELP.update({ "reveal":".reveal \nUse - Read contents of file and send as a telegram message." -) \ No newline at end of file +})