File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "token" : " " ,
3- "prefix" : " ." ,
4- "rich_presence" : false ,
3+ "prefix" : " " ,
4+ "rich_presence" : true ,
5+ "theme" : " ghost" ,
56 "message_settings" : {
67 "auto_delete_delay" : 15 ,
78 "style" : " image"
89 },
9- "theme " : " ghost " ,
10- "apis " : {
11- "serpapi " : " "
10+ "session_spoofing " : {
11+ "enabled " : false ,
12+ "device " : " desktop "
1213 },
1314 "snipers" : {
1415 "nitro" : {
2122 "ignore_invalid" : false ,
2223 "webhook" : " "
2324 }
25+ },
26+ "apis" : {
27+ "serpapi" : " "
2428 }
2529}
Original file line number Diff line number Diff line change 44from . import console
55from . import webhook as webhook_client
66
7- MOTD = "Lobsters pee out of their faces. From right under their eyes " .lower ()
8- VERSION = "3.3.0 "
7+ MOTD = "over your entire life you could eat 10 spiders whilst asleep " .lower ()
8+ VERSION = "3.3.1 "
99PRODUCTION = True
1010DEFAULT_CONFIG = {
1111 "token" : "" ,
You can’t perform that action at this time.
0 commit comments