From dce9a9a855480888e1c16c146479987bd5178a69 Mon Sep 17 00:00:00 2001 From: Aidan Date: Tue, 7 Jan 2025 18:02:13 -0500 Subject: [PATCH] add hints if no icon or source --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 106092f..b6c7713 100644 --- a/index.js +++ b/index.js @@ -8,8 +8,8 @@ const bot = new Telegraf(process.env.BOT_TOKEN); const questions = [ "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?", - "Where can I find an icon of the app or module?", - "What is the GitHub/Source 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? If there is none, simply enter https://nothing.com", "Do you have any other comments?" ];