added /vote and /botinfo commands
This commit is contained in:
parent
1d7bfa1407
commit
2abd90c671
7 changed files with 52 additions and 10 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue