mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +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'
|
||||
});
|
||||
|
||||
template = template.replace(/\n|\t/, '');
|
||||
template = template.replace(/[\r\n\t]/g, '');
|
||||
|
||||
survey.questions.unshift('Ticket #');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user