Skip to content

Commit 6d4e0f0

Browse files
author
jqqqqqqqqqq
committed
telegram bot framework 2.1
add text filter function in drive mode add private chat function
1 parent d83c89e commit 6d4e0f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/_005_drive_mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def add_keyword(bot, update, args):
9797
update.message.reply_text('Keyword: "' + keyword + '" already in list')
9898
continue
9999
filter_list['keywords'].append(keyword)
100-
update.message.reply_text('Success!')
100+
update.message.reply_text('Done.')
101101
save_data()
102102

103103
CHANNEL = range(1)

0 commit comments

Comments
 (0)