We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e6dfb commit 53ca8d5Copy full SHA for 53ca8d5
Sources/discord.js
@@ -16,6 +16,7 @@ i18n.configure({
16
i18n.setLocale(language || 'en');
17
18
function post(appInfo, submissionStartDate) {
19
+ if (!webhookURL) return;
20
const status = i18n.__(appInfo.status);
21
const message = i18n.__("Message", { appname: appInfo.name, status: status });
22
const embed = discordEmbed(appInfo, submissionStartDate);
0 commit comments