Remove an experimental log

This commit is contained in:
“Yashar
2023-03-22 23:00:38 +01:00
parent 5ea0e011d0
commit c3c1287ca1

View File

@@ -441,8 +441,6 @@ class ChatGPT3TelegramBot:
if str(user_id) not in self.config['allowed_user_ids'].split(',') and 'guests' in self.usage:
self.usage["guests"].add_chat_tokens(used_tokens, self.config['token_price'])
logging.info("Updated token usage")
async def send_disallowed_message(self, update: Update, context: ContextTypes.DEFAULT_TYPE):
"""
Sends the disallowed message to the user.