fix: add /mijn to bot command menu

This commit is contained in:
Nova Coder
2026-05-25 07:52:40 +00:00
parent e631389fff
commit 91c5403fcb
+1
View File
@@ -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' },