-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
125 lines (125 loc) · 4.5 KB
/
config.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"PREFIX": "?",
"LOCAL_DATA_FILENAME": "logs.txt",
"LOG_ERRORS_IN_CONSOLE": true,
"EXIT_ON_ERROR": false,
"STORE_USER_MESSAGES": false,
"SERVER_PIN_LENGTH": 25,
"CHANGE_PIN_INTERVAL": false,
"REPORT_EXCEPTION": false,
"SHOW_PIN_IN_CONSOLE": true,
"CACHE_AND_STORE_INTERVAL": 3999999,
"OPEN_GUI_ON_START": true,
"STATUS_INTERVAL": 20000,
"STATUS_LIST": [
{
"text": "?help | Ping me for help!",
"presence": "Online"
},
{
"text": "?help | patreon.com/axorax",
"presence": "Busy"
},
{
"text": "?help | Have a nice day!",
"presence": "Online"
}
],
"FORMAT_AUTOGENERATED_HELP_MESSAGE": false,
"HELP_NOTICE": "\n[[ Your name here for donating ($4+) ]](https://www.patreon.com/axorax)\n",
"HELP": {
"misc": {
"help": "Sends the bot command usage guide",
"value": "Store some text!",
"key": "Access stored text!",
"gpt": "Talk to ChatGPT"
},
"admin": {
"role-hide": "Make role invisible `?role-hide <role-id>`",
"role-color": "Change the color of a role to a gradient or anything! (?role-color role_id color_or_gradient)",
"mute": "Mute a user! Requires quite a bit of manual setup",
"purge": "Clear a number of messages (limit is 1000 for now)",
"kick": "Kick a member!",
"ban": "Ban a member! (optionally provide a reason)"
},
"bot": {
"botstats": "Get the bot statistics",
"ping": "Get the bot's ping and latency",
"invite": "Get all the links to the bot",
"uptime": "Check how long the bot has been online for",
"donate": "Donation link"
},
"games": {
"rps": "Play a game of rock, paper and scissors (?rps rock)"
},
"search": {
"whois": "Information about a user",
"chessdotcom": "chess.com user's information",
"avatar": "User's avatar",
"avatar-full": "User's avatar with more details",
"icons8": "Icon from icons8 (?icons8 discord)",
"mcskin": "Get someone's minecraft skin",
"mcip": "Check minecraft server stats (example - mc.hypixel.net)",
"search-web": "Search different search engines at once",
"reddit": "Get random post from a subreddit",
"server-info": "Information about the server",
"server-banner": "Get server banner",
"websitecarbon": "Carbon level for a website"
},
"fun": {
"joke": "Random joke",
"ppsize": "Get someone's pp size",
"gayrate": "How gae are you?",
"stankrate": "Is this why girls don't approach u?",
"simprate": "Stop spending money on e-girls!",
"coolrate": "😎",
"epicgamerrate": "Very Epik!",
"amogus": "sus",
"waifu": "Random waifu picture (doesn't work irl, u weeb)",
"eject": "Eject someone from the space ship!",
"8ball": "Answer your questions!",
"coinflip": "Flip a coin to get heads or tails",
"dice": "Roll a dice",
"cowsay": "Make the cow say anything you want!",
"radar": "Show text beside a radar",
"xmas": "How many days until christmas?",
"meme": "Random meme from Reddit"
},
"economy": {
"bal": "Check your balance",
"work": "Work and earn cash",
"give": "Give someone cash",
"beg": "Beg for some cash",
"economy-register": "Optional. Using any economy command will automatically register you"
},
"images": {
"invert": "Invert the colors",
"jail": "Image behind bars",
"delete": "Delete trash meme",
"spank": "Spank",
"wanted": "Image in wanted poster",
"affectbaby": "Meme",
"gae": "Rainbow overlay infront of image",
"circle": "Turn image to circle"
},
"utility": {
"gotiny": "Shorten URL (domain: gotiny.cc)",
"poll": "Create a poll (?poll This is the question :i: Option 1 :i: Option 2)",
"math": "Solve math questions (?math sin(45 deg) ^ 2)",
"urlmskr": "Mask link",
"urlmskr-text": "Mask text",
"random-hex": "Random hex color code",
"random-rgb": "Random RGB color code",
"random-rgba": "Random RGBA color code",
"format-json": "Format JSON code with 4 spaces",
"reverse-text": "Reverse text",
"qrcode": "Generate a QR code",
"isgd": "Shorten URL (domain: is.gd)",
"vgd": "Shorten URL (domain: v.gd)",
"color-visualize": "Visualize a color (hex, rgb, etc)",
"encode-base64": "Encode text to base64",
"decode-base64": "Decode base64 to text",
"resize-emoji": "Resize an emoji ?resize-emoji <emoji> <size> Size is 128 by default"
}
}
}