mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-06-27 09:59:46 +00:00
[SIS-xxx] changing ban message
modifying meetup to add the location on the meetup message itself updating abstracto version
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"components": [
|
||||
{
|
||||
<#assign hasLocation=location?? && location != "%22%22">
|
||||
<#assign hasLocation=location?has_content>
|
||||
"type": "textDisplay",
|
||||
"content": "<#include "createMeetup_meetup_information">"
|
||||
},
|
||||
|
||||
@@ -17,18 +17,22 @@
|
||||
<#assign time><@format_instant_long_date_time instant=meetupTime/></#assign>
|
||||
<#assign timeRelative><@format_instant_relative instant=meetupTime/></#assign>
|
||||
|
||||
<#if location?? && location != "%22%22">
|
||||
<#if location?has_content>
|
||||
"type": "section",
|
||||
"components": [
|
||||
{
|
||||
"type": "textDisplay",
|
||||
"content": "<@safe_include "meetup_display_time_component"/>"
|
||||
},
|
||||
{
|
||||
"type": "textDisplay",
|
||||
"content": "<@safe_include "meetup_message_location_button_label"/>: ${location?json_string}"
|
||||
}
|
||||
],
|
||||
"accessory": {
|
||||
"type": "button",
|
||||
"label": "<@safe_include "meetup_message_location_button_label"/>",
|
||||
"url": "https://www.google.com/maps?q=${location?json_string}",
|
||||
"url": "https://www.google.com/maps?q=${locationEncoded?json_string}",
|
||||
"buttonStyle": "link"
|
||||
}
|
||||
<#else>
|
||||
|
||||
@@ -8,6 +8,6 @@ DTSTART:${meetupIcsModel.icsFormattedStartTime}
|
||||
DTEND:${meetupIcsModel.icsFormattedEndTime}
|
||||
SUMMARY:${topic}
|
||||
<#if description?has_content>DESCRIPTION:${description}</#if>
|
||||
<#if decodedLocation?? && decodedLocation != "">LOCATION:${decodedLocation}</#if>
|
||||
<#if location?? && location != "">LOCATION:${location}</#if>
|
||||
END:VEVENT
|
||||
END:VCALENDAR
|
||||
@@ -1,9 +1,11 @@
|
||||
Du wurdest vom Server ${serverName} wegen `${reason}` gebannt.
|
||||
When du das beeinspruchen willst, folge bitte dieser Einladung: https://discord.gg/qdH3rJDVrv und ANTWORTE AUF DIESE NACHRICHT MIT EINER TEXT NACHRICHT. Die Mods werden dir dann antworten.
|
||||
When du das beeinspruchen willst, folge bitte dieser Einladung: https://discord.gg/qdH3rJDVrv und ANTWORTE AUF DIESE NACHRICHT MIT EINER TEXT NACHRICHT.
|
||||
Die Mods werden dir dann antworten. Falls du wegen honeypot gebannt wurdest: Dies ist eine Rolle beim onboarding und da steht daneben, dass man gebannt wird. Melde dich dennoch bei den Mods.
|
||||
Du musst dich in 'Austria Appeal Server' befinden, damit du dem Bot schreiben kannst.
|
||||
Wenn der Einspruch abgelehnt wird, wirst du vom Server entfernt.
|
||||
|
||||
You were banned from the server ${serverName} for `${reason}`.
|
||||
If you want to appeal, join the server https://discord.gg/qdH3rJDVrv and then message this bot, this opens up a modmail.
|
||||
If you were banned for the reason of honeypot: this is related to an option you selected during onboarding that specifically says that you get banned upon selection. Contact the mods anyway if you want.
|
||||
Joining the server is necessary in order to make communication to the bot possible.
|
||||
If the appeal is denied, you will be banned from the above-mentioned server.
|
||||
Reference in New Issue
Block a user