[Constants] Make company use product name var

This commit is contained in:
Ducko 2022-04-22 17:19:51 +01:00
parent 1827f4a783
commit e56ce23966
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const n = p + s; // Name as Discord<Channel> (if not stable)
module.exports = {
APP_COMPANY: 'Discord Inc',
APP_COMPANY: p + ' Inc',
APP_DESCRIPTION: p + ' - ' + d,
APP_NAME: n,
APP_NAME_FOR_HUMANS: p + (s !== '' ? ' ' + s : ''),