add hints if no icon or source
This commit is contained in:
parent
d3f3d9c088
commit
dce9a9a855
4
index.js
4
index.js
@ -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?"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user