Skip to content

Commit d125a07

Browse files
committed
Update version to 3.3.1, update MOTD and update default config file.
1 parent 26cbbd9 commit d125a07

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

config.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
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": {
@@ -21,5 +22,8 @@
2122
"ignore_invalid": false,
2223
"webhook": ""
2324
}
25+
},
26+
"apis": {
27+
"serpapi": ""
2428
}
2529
}

utils/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from . import console
55
from . 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"
99
PRODUCTION = True
1010
DEFAULT_CONFIG = {
1111
"token": "",

0 commit comments

Comments
 (0)