From 6c351bdd994fb90e8d6e639609465447a872f182 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Fri, 10 Apr 2020 12:02:49 -0700 Subject: add startup msg, v2.0.4 --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 697a3b6..67ff586 100644 --- a/app.js +++ b/app.js @@ -41,6 +41,7 @@ client.once('ready', () => { client.user.setActivity('psycho~ uwu', { type: 'LISTENING' }); + client.channels.cache.get('600773421525237781').send('bot started up'); }); client.on('error', console.error); -- cgit v1.2.3