mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-01 16:31:25 +03:00
Fix minifying
This commit is contained in:
@@ -70,7 +70,7 @@ module.exports = class SurveyCommand extends Command {
|
|||||||
encoding: 'utf8'
|
encoding: 'utf8'
|
||||||
});
|
});
|
||||||
|
|
||||||
template = template.replace(/\n|\t/, '');
|
template = template.replace(/[\r\n\t]/g, '');
|
||||||
|
|
||||||
survey.questions.unshift('Ticket #');
|
survey.questions.unshift('Ticket #');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user