Fixes and improvements for database and other things

Also continued to add to ticket creation stuff - now includes opening questions
This commit is contained in:
Isaac
2021-04-25 15:40:07 +01:00
parent 674f29b403
commit db94bf6969
16 changed files with 245 additions and 189 deletions

View File

@@ -11,7 +11,7 @@ module.exports = {
*/
footer: (text, additional) => {
if (text && additional) return `${text} | ${additional}`;
else return text || additional || '';
else return additional || text || '';
},
/**
* Select a presence from the config