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

Update telegraph.py

Browse files
Files changed (1) hide show
  1. Mikobot/plugins/telegraph.py +1 -1
Mikobot/plugins/telegraph.py CHANGED
@@ -12,7 +12,7 @@ from Mikobot.utils.errors import capture_err
12
  # <=======================================================================================================>
13
 
14
  TMP_DOWNLOAD_DIRECTORY = "tg-File/"
15
- bname = "YaeMiko_Roxbot" # ᴅᴏɴ'ᴛ ᴇᴅɪᴛ ᴛʜɪᴀ ʟɪɴᴇ
16
  telegraph = Telegraph()
17
  r = telegraph.create_account(short_name=bname)
18
  auth_url = r["auth_url"]
 
12
  # <=======================================================================================================>
13
 
14
  TMP_DOWNLOAD_DIRECTORY = "tg-File/"
15
+ bname = "drag"
16
  telegraph = Telegraph()
17
  r = telegraph.create_account(short_name=bname)
18
  auth_url = r["auth_url"]