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' },