randydev commited on
Commit
72f5063
·
verified ·
1 Parent(s): 930a664

Update chatbot/plugins/chat.py

Browse files
Files changed (1) hide show
  1. chatbot/plugins/chat.py +3 -3
chatbot/plugins/chat.py CHANGED
@@ -51,9 +51,9 @@ async def geni_files_delete(name: str):
51
 
52
  FREE_GEMINI_TEXT = """
53
  • User Free : {name}
54
- - Text: Unlimited
55
- - Image: Unlimited
56
- - Voice: Unlimited
57
  - Document: `{check_status}`
58
  """
59
 
 
51
 
52
  FREE_GEMINI_TEXT = """
53
  • User Free : {name}
54
+ - Text: `Unlimited`
55
+ - Image: `Unlimited`
56
+ - Voice: `Unlimited`
57
  - Document: `{check_status}`
58
  """
59