Update content of files

This commit is contained in:
GitHub Action 2024-05-21 13:37:03 +00:00
parent 3b99e4db42
commit 44023235af
3 changed files with 3 additions and 3 deletions

View file

@ -423,7 +423,7 @@ keyboardM2 = InlineKeyboardMarkup.builder()
else if (txt.equals("/whisper"))
screaming = false;
else if (txt.equals("/menu"))
sendMenu(id, "<b>Menu 1</b>", keyboard1);
sendMenu(id, "<b>Menu 1</b>", keyboardM1);
return;
}</code></pre>
<p>Try sending <code>/menu</code> to your bot now. If you did everything correctly, you should see a brand new menu pop up.</p>

View file

@ -423,7 +423,7 @@ keyboardM2 = InlineKeyboardMarkup.builder()
else if (txt.equals(&quot;/whisper&quot;))
screaming = false;
else if (txt.equals(&quot;/menu&quot;))
sendMenu(id, &quot;&lt;b&gt;Menu 1&lt;/b&gt;&quot;, keyboard1);
sendMenu(id, &quot;&lt;b&gt;Menu 1&lt;/b&gt;&quot;, keyboardM1);
return;
}</code></pre>
<p>Try sending <code>/menu</code> to your bot now. If you did everything correctly, you should see a brand new menu pop up.</p>

View file

@ -423,7 +423,7 @@ keyboardM2 = InlineKeyboardMarkup.builder()
else if (txt.equals(&quot;/whisper&quot;))
screaming = false;
else if (txt.equals(&quot;/menu&quot;))
sendMenu(id, &quot;&lt;b&gt;Menu 1&lt;/b&gt;&quot;, keyboard1);
sendMenu(id, &quot;&lt;b&gt;Menu 1&lt;/b&gt;&quot;, keyboardM1);
return;
}</code></pre>
<p>Try sending <code>/menu</code> to your bot now. If you did everything correctly, you should see a brand new menu pop up.</p>