summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.js1
1 files changed, 1 insertions, 0 deletions
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);