Discord wasn't aborting correctly when the key wasn't configured. Livestream test still used an old schema. Configs needed to be updated in commands/templates
parent
a9f23581de
commit
82c3ac2aad
@ -1,17 +1,17 @@ |
|||||||
export const company = { |
export const company = { |
||||||
owner: 'Person A. People', |
owner: 'Cool Coder', |
||||||
product: 'Awesome Business', |
product: 'Super Product', |
||||||
copyright_date: '2021', |
copyright_date: '2021', |
||||||
name: 'BizTime, LLC', |
name: 'Super Company, LLC', |
||||||
street: '1234 Weird Street Address', |
street: 'Address Address', |
||||||
zip_code: '33333', |
zip_code: '99999', |
||||||
city: 'Big City', |
city: 'City', |
||||||
state: 'BC', |
state: 'CC', |
||||||
country: 'USA', |
country: 'USA', |
||||||
phone: '1-800-NO-WAY', |
phone: '1-800-NO-WAY', |
||||||
mail: 'payments@biztime.com', |
mail: '"Person from PRODUCT" <help@supercool.com>', |
||||||
website: 'localhost:5001', |
website: 'supercool.com', |
||||||
credit_line: "CRDT", |
credit_line: "SUERPCOOL", |
||||||
forum: "talk.biztime.com", |
forum: "supercool.com", |
||||||
unsubscribe: "https://localhost:5001/client/#/email/unsubscribe/", |
unsubscribe: "https://supercool.com/client/#/email/unsubscribe/", |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue