mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-02 08:41:25 +03:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user