aboutsummaryrefslogtreecommitdiff
path: root/storage/activities.js
blob: 2b2a28600e01235458388a41fffb741899287a35 (plain) (blame)
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
const { abVersion } = require("./settings.json");
const { version } = require("discord.js");

const activities = [
    `AleeBot ${abVersion}`,
    'Coding bytes',
    'Drawing shapes',
    'Fighting Quad',
    'Installing Windows 11',
    'Breaking Windows 10',
    'Beating up big tech',
    'Deleting Google',
    'Deleting Apple',
    'Deleting System32',
    'Deleting /usr/bin/',
    'Watering down the Apple walled garden',
    'Reticulating splines',
    'Generating world',
    'Never punch a tree...',
    'Collecting data',
    'Dag dag!',
    'Developed by Andrew Lee',
    'When will 2.13 release?',
    'Alert Irruption !!!',
    'when',
    'Frying Shrimpbot',
    'RADIATION BABY',
    'Frivolously Spending',
    'Thanks! @Victor',
    'MCA DiscoVision',
    'Werq',
    'Pombo',
    'Ian Clary\'s First Day At FrivoloCo!',
    'Squid Airlines',
    'AirCS Race',
    'FrivoloCo',
    'I WANT 2 ORDER',
    'I REALLY WANT 2 ORDER',
    'Monica Is Going To Cosume You',
    'BLÅHAJ',
    'ShiftOS',
    'Histacom',
    'Wall Street',
    'Mac OS X Jaguar',
    'Abunchoo 12.10',
    'MikeOS',
    'theBeat',
    'FRESHMusicPlayer',
    'theShell',
    'theBeat',
    'theSlate',
    'theDesk',
    'Ultra Jump Mania!',
    'Battle Blaze',
    'Tempest',
    'Turbo Crash 9',
    'Pocket Gakusei',
    'Hidden Heroes',
    'Skybreakers',
    'Always Running',
    'Only Up',
    'Trade',
    'Breeze',
    'Steady',
    'Bluejay',
    'Exposing TAS-Corp',
    'Fighting Evelyn Claythorne',
    'Frying Dr. Sheridan',
    'Hacking SherCorp',
    'Games with Tari',
    'Decommissioning Meta Runners',
    'Installing Meta Runners',
    '90% bug free!',
    'Google Wallet',
    'Apple Pay',
    'Splatoon 3',
    'Super Mario 64',
    'Minceraft',
    'Mario Kart 8',
    'bnbmc',
    'Evaluating JavaScript code',
    'Evaluating C# code',
    'Forkbombing FMP',
    'Merging with DLAP',
    'Now asbestos-free!',
    'May contain nuts!',
    'MythOS',
    'Also try Scratch!',
    'Funky!',
    'Apple Vision Pro',
    'What is Web3?',
    'GNU\'s NOT UNIX!',
    'Linux, but actually GNU/Linux',
    'Praise RMS! (dont)',
    'Praying to St IGNUcius',
    'Debloating my ThinkPad',
    'Turbotastic!',
    'Goddamn Idiotic Truckload of Windows',
    `Now running on Discord.JS ${version}!`
];

exports.activity = activities