From 7ac2534f190edf98c495d27ac63f5f5db1450568 Mon Sep 17 00:00:00 2001 From: Somnath Das <37792778+SomnathDas@users.noreply.github.com> Date: Wed, 25 Nov 2020 12:57:35 +0530 Subject: [PATCH] Update info.js --- info.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/info.js b/info.js index 69e7f24..b7044c9 100644 --- a/info.js +++ b/info.js @@ -2,11 +2,11 @@ exports.info = async function() { while(true) { - await client.setMyStatus('Link ⚔️'); + await client.setMyStatus('Neko, da god of culture'); await Sleep(60000) - await client.setMyStatus('Zelda ✨️'); + await client.setMyStatus('It is not like i am horny ✨️'); await Sleep(60000) - await client.setMyStatus('Ganon 🔱️'); + await client.setMyStatus('Legends actually die lol 🔱️'); await Sleep(60000) }