diff options
| -rw-r--r-- | app.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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);
|