forked from prabhasha2006/RedDragon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
account-id.js
25 lines (22 loc) · 2.62 KB
/
account-id.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
* [enter your account id here]
*/
let account_id = process.env.RED_DRAGON_ACCOUNT_ID || "BOT4"
//| ############ ###### @@@@@ @@
//| ## ## @@@ @@ @@
//| ## ## @@ @@ @@
//| ## ## @@ @@ @@
//| ## ## @@ @@ @@
//| ## ## @@ @@ @@
//| ## ## @@ @@
//| ################# ## ### ## ## ############### @@ @@@ @ @@ @ @@ @@@ @@
//| ## ## ## ## ## ## # # # # @@ @@ @@ @@ @@ @@ @@
//| ## ## ## ## ## ## # # # # @@ @@ @@ @@ @@ @@ @@
//| ## ## ## ## ####### ## # # # # @@ @@ @@ @@ @@ @@ @@@@@@@
//| ## ## ## ## ## # # # # @@ @@ @@ @@ @@ @@
//| ## ## ## ## ## # # # # @@ @@ @@ @@ @@
//| ## #### ## ## ## # # # # @@@ @@@ @@ @@ @@ @@
//| ############## ## ##### #### # @ @@@@@@@@@@@@@@@@@@ @@@ @ @@@@@
module.exports = {
BOTID:/**/account_id
}