mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 08:13:09 +02:00
Fix minifying
This commit is contained in:
parent
20ac8bff73
commit
b86b50a71a
@ -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 #');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user