Skip to content

Commit

Permalink
chore: add /about to registered commands
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiDood committed Oct 30, 2023
1 parent 98e59b2 commit 59b658e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ const response = await fetch(endpoint, {
name: 'help',
description: 'Summon a help menu. Will be sent to you via a temporary message.',
},
{
name: 'about',
description: 'Some information about the bot, its development, and the creator.',
},
]),
});

Expand Down

0 comments on commit 59b658e

Please sign in to comment.