[Constants] Make company use product name var

pull/66/head
Oj 2 years ago
parent 1827f4a783
commit e56ce23966

@ -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 : ''),

Loading…
Cancel
Save