Reduced and replaced custom statuses
This commit is contained in:
parent
a31ce6d3e2
commit
737d2b4573
30
start.js
30
start.js
|
@ -10,28 +10,14 @@ console.log('(Info) Loaded OS successfully!')
|
||||||
|
|
||||||
const activities_list = [
|
const activities_list = [
|
||||||
"with np!help",
|
"with np!help",
|
||||||
"Where am I?",
|
"with Sophie!",
|
||||||
"with Sylveons!",
|
"Trans Rights!",
|
||||||
"on my host's hard disk",
|
"in your computer",
|
||||||
"with Sophie",
|
"with my internet router",
|
||||||
"HAAAAAAAAPPPPPPPYYYYYYYYYYYYYYYYYYYY",
|
"ssh: system64@borkeonv2",
|
||||||
"Running on " + process.platform + " / " + os.version() + "!",
|
"YouTube",
|
||||||
"with the tea machine",
|
"with source code",
|
||||||
"with Borked Computers",
|
"Visual Studio Code"
|
||||||
"on Sophie's main PC- wait shoot she's coming",
|
|
||||||
"btw I use Debian linux",
|
|
||||||
"Watching you",
|
|
||||||
"Running " + release + " Version " + build,
|
|
||||||
"in Incognito Mode- wait what",
|
|
||||||
"uwu",
|
|
||||||
"Team Fortress 2 with Sophie",
|
|
||||||
"videos on Hulu",
|
|
||||||
"American Truck Simulator",
|
|
||||||
"with my users!",
|
|
||||||
"Euro Truck Simulator 2",
|
|
||||||
"with a screwdriver",
|
|
||||||
"Found new hardware.",
|
|
||||||
"@everyone"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
console.log('Starting! This should only take a moment.')
|
console.log('Starting! This should only take a moment.')
|
||||||
|
|
Reference in New Issue