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 = { |
||||
owner: 'Person A. People', |
||||
product: 'Awesome Business', |
||||
owner: 'Cool Coder', |
||||
product: 'Super Product', |
||||
copyright_date: '2021', |
||||
name: 'BizTime, LLC', |
||||
street: '1234 Weird Street Address', |
||||
zip_code: '33333', |
||||
city: 'Big City', |
||||
state: 'BC', |
||||
name: 'Super Company, LLC', |
||||
street: 'Address Address', |
||||
zip_code: '99999', |
||||
city: 'City', |
||||
state: 'CC', |
||||
country: 'USA', |
||||
phone: '1-800-NO-WAY', |
||||
mail: 'payments@biztime.com', |
||||
website: 'localhost:5001', |
||||
credit_line: "CRDT", |
||||
forum: "talk.biztime.com", |
||||
unsubscribe: "https://localhost:5001/client/#/email/unsubscribe/", |
||||
mail: '"Person from PRODUCT" <help@supercool.com>', |
||||
website: 'supercool.com', |
||||
credit_line: "SUERPCOOL", |
||||
forum: "supercool.com", |
||||
unsubscribe: "https://supercool.com/client/#/email/unsubscribe/", |
||||
} |
||||
|
Loading…
Reference in new issue