furry and gay added + Code fixes

This commit is contained in:
Lucas Gabriel 2024-05-31 17:40:29 -03:00
parent 419575ebf7
commit 009881efc2
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
5 changed files with 56 additions and 4 deletions

View file

@ -21,5 +21,9 @@ bot.on('message', (msg) => {
}
});
bot.on('polling_error', (error) => {
console.error('Polling error:', error);
});
const date = Date();
console.log(`INFO: Lynx started at ${date}\n`)