fix: add /mijn to bot command menu
This commit is contained in:
@@ -1774,6 +1774,7 @@ bot.on('new_chat_members', async (msg) => {
|
||||
bot.setMyCommands([
|
||||
{ command: 'nu', description: 'Ik kan nu spelen (meteen opslaan)' },
|
||||
{ command: 'beschikbaar', description: 'Beschikbaarheid beheren' },
|
||||
{ command: 'mijn', description: 'Jouw stats en PIN (alleen DM)' },
|
||||
{ command: 'start', description: 'Registreren / PIN ophalen' },
|
||||
{ command: 'score', description: 'Uitslag invoeren (alleen DM)' },
|
||||
{ command: 'matches', description: 'Openstaande voorstellen bekijken' },
|
||||
|
||||
Reference in New Issue
Block a user