Skip to content

Commit

Permalink
removed iconUrl by default to prevent bugs
Browse files Browse the repository at this point in the history
removed iconUrl by default to prevent bugs
  • Loading branch information
Sayrix authored Jan 10, 2023
2 parents d56bac9 + bf5da7d commit 115ea53
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
9 changes: 3 additions & 6 deletions locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
"title": "Öffne ein Ticket",
"description": "Klicke auf den Button, um ein Ticket zu öffnen",
"footer": {
"text": "is.gd/ticketbot",
"iconUrl": ""
"text": "is.gd/ticketbot"
}
},
"ticketOpened": {
"title": "Ticket CATEGORYNAME",
"description": "Ein Teammitglied wird sich in Kürze um dich kümmern!",
"footer": {
"text": "is.gd/ticketbot",
"iconUrl": ""
"text": "is.gd/ticketbot"
}
},
"ticketClosed": {
Expand All @@ -24,8 +22,7 @@
"title": "Ticket geschlossen",
"description": "Das Ticket n°TICKETCOUNT wurde von CLOSERNAME mit folgendem Grund geschlossen: `REASON`\n\nHier findest du das Transkript: TRANSCRIPTURL",
"footer": {
"text": "is.gd/ticketbot",
"iconUrl": ""
"text": "is.gd/ticketbot"
}
}
},
Expand Down
9 changes: 3 additions & 6 deletions locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
"title": "Ouvrir un ticket",
"description": "Cliquez sur le bouton ci-dessous pour ouvrir un ticket.",
"footer": {
"text": "is.gd/ticketbot",
"iconUrl": ""
"text": "is.gd/ticketbot"
}
},
"ticketOpened": {
"title": "Ticket CATEGORYNAME",
"description": "Votre ticket a été ouvert. Un membre du staff va vous répondre dans les plus brefs délais.",
"footer": {
"text": "is.gd/ticketbot",
"iconUrl": ""
"text": "is.gd/ticketbot"
}
},
"ticketClosed": {
Expand All @@ -24,8 +22,7 @@
"title": "Ticket fermé",
"description": "Le ticket n°TICKETCOUNT a été fermé par CLOSERNAME avec comme raison: `REASON`\n\nVoice une transcript du ticket: TRANSCRIPTURL",
"footer": {
"text": "is.gd/ticketbot",
"iconUrl": ""
"text": "is.gd/ticketbot"
}
}
},
Expand Down
9 changes: 3 additions & 6 deletions locales/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
"title": "Open a ticket",
"description": "Click on the button to start opening a ticket",
"footer": {
"text": "is.gd/ticketbot",
"iconUrl": ""
"text": "is.gd/ticketbot"
}
},
"ticketOpened": {
"title": "Ticket CATEGORYNAME",
"description": "A staff will reply you as soon as possible!",
"footer": {
"text": "is.gd/ticketbot",
"iconUrl": ""
"text": "is.gd/ticketbot"
}
},
"ticketClosed": {
Expand All @@ -24,8 +22,7 @@
"title": "Ticket closed",
"description": "The ticket n°TICKETCOUNT has been closed by CLOSERNAME with the following reason: `REASON`\n\nHere is the transcript of the ticket: TRANSCRIPTURL",
"footer": {
"text": "is.gd/ticketbot",
"iconUrl": ""
"text": "is.gd/ticketbot"
}
}
},
Expand Down

0 comments on commit 115ea53

Please sign in to comment.