Drag commited on
Commit
6cb6c86
·
1 Parent(s): 32a799e

Update couple.py

Browse files
Files changed (1) hide show
  1. Mikobot/plugins/couple.py +1 -4
Mikobot/plugins/couple.py CHANGED
@@ -11,10 +11,7 @@ from Mikobot import app
11
 
12
  # List of additional images
13
  ADDITIONAL_IMAGES = [
14
- "https://telegra.ph/file/7ef6006ed6e452a6fd871.jpg",
15
- "https://telegra.ph/file/16ede7c046f35e699ed3c.jpg",
16
- "https://telegra.ph/file/f16b555b2a66853cc594e.jpg",
17
- "https://telegra.ph/file/7ef6006ed6e452a6fd871.jpg",
18
  ]
19
 
20
 
 
11
 
12
  # List of additional images
13
  ADDITIONAL_IMAGES = [
14
+ "https://files.catbox.moe/a1kkfb.jpg"
 
 
 
15
  ]
16
 
17