add hints if no icon or source

This commit is contained in:
Aidan 2025-01-07 18:02:13 -05:00
parent d3f3d9c088
commit dce9a9a855

View File

@ -8,8 +8,8 @@ const bot = new Telegraf(process.env.BOT_TOKEN);
const questions = [ const questions = [
"Are you submitting an app (1) or a module (2)? You may only respond with 1 or 2.", "Are you submitting an app (1) or a module (2)? You may only respond with 1 or 2.",
"What is the name of the app or module?", "What is the name of the app or module?",
"Where can I find an icon of the app or module?", "Where can I find an icon of the app or module? If there is none, simply enter https://nothing.com",
"What is the GitHub/Source of the app or module?", "What is the GitHub/Source of the app or module? If there is none, simply enter https://nothing.com",
"Do you have any other comments?" "Do you have any other comments?"
]; ];