@@ -3,35 +3,29 @@ import { ActivityType, Client, Events } from "discord.js";
33function getStatus ( guilds : number , users : number ) {
44 const statuses = [
55 `Managing ${ guilds } servers!` ,
6- `Watching over ${ users } users π ` ,
7- `Boost, boost, boost! π ` ,
8- `Keeping communities active β¨ ` ,
9- `Powering Discord servers β‘ ` ,
10- `Tracking boosts in real-time π ` ,
11- `Helping servers grow π± ` ,
12- `Thanking boosters 24/7 π ` ,
13- `Making server management easier π οΈ ` ,
6+ `Watching over ${ users } users` ,
7+ `Boost, boost, boost!` ,
8+ `Keeping communities active` ,
9+ `Powering Discord servers` ,
10+ `Tracking boosts in real-time` ,
11+ `Helping servers grow` ,
12+ `Thanking boosters 24/7` ,
13+ `Making server management easier` ,
1414 `Serving ${ guilds } amazing communities π` ,
15- `Keeping the hype alive π₯` ,
16- `Boostify never sleeps π΄` ,
15+ `Keeping the hype alive` ,
1716 `Running on caffeine and Node.js β` ,
18- `Auto-managing booster perks π` ,
19- `Boosters deserve the best π` ,
20- `Syncing rewards like magic β¨` ,
21- `Moderating with style πΆοΈ` ,
22- `Open-source and proud π` ,
23- `Your serverβs best assistant π€` ,
24- `Made with TypeScript π` ,
25- `Keeping roles in sync π` ,
26- `Boosting experiences daily π` ,
27- `Listening to slash commands π§` ,
28- `Managing chaos professionally π` ,
29- `Protecting the server vibes π‘οΈ` ,
17+ `Auto-managing booster perks` ,
18+ `Boosters deserve the best` ,
19+ `Syncing rewards like magic` ,
20+ `Made with TypeScript` ,
21+ `Keeping roles in sync` ,
22+ `Boosting experiences daily` ,
23+ `Listening to slash commands` ,
24+ `Managing chaos professionally` ,
25+ `Protecting the server vibes` ,
3026 `One boost at a time π` ,
3127 `Currently in ${ guilds } servers π` ,
32- `Making Discord better β¨` ,
33- `discord.js supremacy π` ,
34- `Hosting the booster revolution π` ,
28+ `Making Discord better` ,
3529 ] ;
3630
3731 return statuses [ Math . floor ( Math . random ( ) * statuses . length ) ] ;
0 commit comments