File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
Regards from YanXiao ♡
9
9
*/
10
10
11
- //process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = '0';
11
+ // process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = '0';
12
12
process . env [ 'NODE_TLS_REJECT_UNAUTHORIZED' ] = '1' ;
13
13
14
14
import './config.js'
@@ -250,7 +250,7 @@ async function connectionUpdate(update) {
250
250
}
251
251
252
252
if ( connection == 'close' ) {
253
- console . log ( chalk . red ( '⏱️ koneksi terputus & mencoba menyambung ulang...' ) ) ;
253
+ console . log ( chalk . red ( '⏱️ Koneksi terputus & mencoba menyambung ulang...' ) ) ;
254
254
}
255
255
256
256
global . timestamp . connect = new Date ;
@@ -298,8 +298,8 @@ global.reloadHandler = async function (restatConn) {
298
298
conn . ev . off ( 'creds.update' , conn . credsUpdate )
299
299
}
300
300
301
- conn . welcome = '❖━━━━━━[ ᴡᴇʟᴄᴏᴍᴇ ]━━━━━━❖\n\n┏––––––━━━━━━━━•\n│☘︎ @subject\n┣━━━━━━━━┅┅┅\n│( 👋 Hallo @user)\n├[ ɪɴᴛʀᴏ ]—\n│ ɴᴀᴍᴀ : \n│ ᴜᴍᴜʀ : \n│ ɢᴇɴᴅᴇʀ :\n┗––––––━━┅┅┅\n\n––––––┅┅ ᴅᴇsᴄʀɪᴘᴛɪᴏɴ ┅┅––––––\n@desc'
302
- conn . bye = '❖━━━━━━[ ʟᴇᴀᴠɪɴɢ ]━━━━━━❖\n𝚂𝚊𝚢𝚘𝚗𝚊𝚛𝚊𝚊 @user 👋😃'
301
+ conn . welcome = '❖━━━━━━[ Selamat Datang ]━━━━━━❖\n\n┏––––––━━━━━━━━•\n│☘︎ @subject\n┣━━━━━━━━┅┅┅\n│( 👋 Hallo @user)\n├[ Intro ]—\n│ NAMA : \n│ USIA : \n│ JENIS KELAMIN :\n┗––––––━━┅┅┅\n\n––––––┅┅ DESKRIPSI ┅┅––––––\n@desc'
302
+ conn . bye = '❖━━━━━━[ Meninggalkan ]━━━━━━❖\n𝚂𝚊𝚢𝚘𝚗𝚊𝚛𝚊𝚊 @user 👋😃'
303
303
conn . spromote = '@user Sekarang jadi admin!'
304
304
conn . sdemote = '@user Sekarang bukan lagi admin!'
305
305
conn . sDesc = 'Deskripsi telah diubah menjadi \n@desc'
You can’t perform that action at this time.
0 commit comments