Drag commited on
Commit
1b377f3
·
1 Parent(s): 8cca1c3

Update __init__.py

Browse files
Files changed (1) hide show
  1. Mikobot/__init__.py +1 -9
Mikobot/__init__.py CHANGED
@@ -184,18 +184,10 @@ function = dispatcher.add_handler
184
  ALIVE_MSG = """
185
  💫 *MY SYSTEM IS STARTING, PLEASE WAIT FOR SOMETIME TO COMPLETE BOOT!*
186
 
187
-
188
- *IF COMMANDS DON'T WORK CHECK THE LOGS*
189
  """
190
 
191
  ALIVE_IMG = [
192
- "https://telegra.ph/file/40b93b46642124605e678.jpg",
193
- "https://telegra.ph/file/01a2e0cd1b9d03808c546.jpg",
194
- "https://telegra.ph/file/ed4385c26dcf6de70543f.jpg",
195
- "https://telegra.ph/file/33a8d97739a2a4f81ddde.jpg",
196
- "https://telegra.ph/file/cce9038f6a9b88eb409b5.jpg",
197
- "https://telegra.ph/file/262c86393730a609cdade.jpg",
198
- "https://telegra.ph/file/33a8d97739a2a4f81ddde.jpg",
199
  ]
200
  # <=======================================================================================================>
201
 
 
184
  ALIVE_MSG = """
185
  💫 *MY SYSTEM IS STARTING, PLEASE WAIT FOR SOMETIME TO COMPLETE BOOT!*
186
 
 
 
187
  """
188
 
189
  ALIVE_IMG = [
190
+ "https://files.catbox.moe/3tga8b.jpg"
 
 
 
 
 
 
191
  ]
192
  # <=======================================================================================================>
193