From 91c5403fcbda267d926eeaeb3daab189dc64691f Mon Sep 17 00:00:00 2001 From: Nova Coder Date: Mon, 25 May 2026 07:52:40 +0000 Subject: [PATCH] fix: add /mijn to bot command menu --- bot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.js b/bot.js index eabd861..cac88ec 100644 --- a/bot.js +++ b/bot.js @@ -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' },