added /vote and /botinfo commands

This commit is contained in:
Lukian LEIZOUR 2024-03-18 22:40:36 +01:00
parent 1d7bfa1407
commit 2abd90c671
7 changed files with 52 additions and 10 deletions

View file

@ -7,7 +7,7 @@ export default {
execute(client: Client) {
console.log(`Ready! Logged in as ${client.user?.tag}`);
client.user?.setPresence({ activities: [{ name: '/ask | Version 3.0 !', type: 3 }] });
client.user?.setPresence({ activities: [{ name: '/help | Version 3.0 !', type: 3 }] });
setInterval(async () => {
await checkReset();