From dcaaf1b5c9d6604ba277eb41356dddcdb7986cc9 Mon Sep 17 00:00:00 2001 From: Toast <96593068+AnxietyisReal@users.noreply.github.com> Date: Mon, 23 Jan 2023 02:38:49 +1100 Subject: [PATCH] =?UTF-8?q?MP=20Server=20finally=20became=20active!=20?= =?UTF-8?q?=F0=9F=A5=B3=F0=9F=A5=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 4d60bc9..32aa890 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,7 +11,7 @@ import {Punishment, UserLevels, FSData, FSCareerSavegame} from './typings/interf client.on('ready', async()=>{ client.guilds.cache.forEach(async(e)=>{await e.members.fetch()}); setInterval(async()=>{ - client.user.setPresence({activities: [{ name: 'your wisdom', type: 1, url: 'https://www.youtube.com/watch?v=D-UmfqFjpl0' }], status: 'online'}); + client.user.setPresence({activities: [{ name: 'the MP Server', type: 3, url: 'https://www.youtube.com/watch?v=D-UmfqFjpl0' }], status: 'online'}); // Playing: 0, Streaming (Requires YT/Twitch URL to work): 1, Listening to: 2, Watching: 3, Competing in: 5 }, 60000); // ['929807948748832798', '468835415093411861', '1058183358267543552', '549114074273677314'] - 0=Dev Server, 1=Main Server, 2=Throne, 3=Toast's test server