Skip to content

Commit 20a1f92

Browse files
authored
chore: merge pull request #393 from Bloom-host/feature/bot-update
Bot Update
2 parents e845b7d + 9bb510a commit 20a1f92

File tree

1 file changed

+92
-57
lines changed

1 file changed

+92
-57
lines changed

embeds.yml

Lines changed: 92 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,8 +1013,6 @@ spark:
10131013
``/sparkc profiler --timeout 300``
10141014
inline: false
10151015

1016-
1017-
10181016
motd:
10191017
title: '📜 Bloom Docs - MOTD'
10201018
description: >
@@ -1184,6 +1182,12 @@ time-warn:
11841182
buttons:
11851183
- [ 'Use #support-chat', 'https://discord.com/channels/720081782980083813/737803938430189678' ]
11861184

1185+
# Sent when a server ID is detected and the user does not have their account linked
1186+
link-account-warn:
1187+
enabled: false
1188+
text: |+
1189+
-# ✅ Server found! We recommend [linking your DuckPanel account](https://docs.bloom.host/extras/account-details/#discord-linking) for faster support!
1190+
11871191
# Sent when the !duck or /duck command is used
11881192
# Placeholders: %link%
11891193
duck:
@@ -1258,27 +1262,85 @@ translate-command:
12581262
enabled: false
12591263
text: '<:translate:989542523464716349> **%username%**: %newtext%'
12601264

1261-
# Sent when the /notes list command is used for a ticket
1262-
# Placeholders: %ticketid%, %ticketstatus%
1263-
# Custom data: note-format (%id%, %content%, %addedat%, %addedby%)
1264-
ticket-notes:
1265+
# Sent when the summary page of a /notes list type:User ID id:<some ID > is used
1266+
notes-user-summary:
12651267
enabled: false
1266-
title: 'Ticket #%ticketid% — Notes'
12671268
colour: '#ffc710'
1268-
description: '%notes%'
1269+
description: |+
1270+
%user_notes%
1271+
%linked_services%
1272+
footer: 'Page %current_page%/%page_count%'
12691273
custom-data:
1270-
note-format: "`#%id%` <@%addedby%>: %content%\n"
1271-
1272-
# Sent when the /notes list command is used for users
1273-
# Placeholders: %username%, %userid%
1274-
# Custom data: note-format (%id%, %content%, %addedat%, %addedby%)
1275-
user-notes:
1274+
user-notes-format: |
1275+
## User %user_mention%
1276+
%lines%
1277+
user-notes-line-format: "`#%id%` <@%added_by%>: %content%"
1278+
user-notes-empty: "-# No user notes found."
1279+
1280+
linked-services-format: |-
1281+
## Linked Services [`#%user_id%`](https://mc.bloom.host/admin/users/%user_id%)
1282+
-# ✉️ `%user_email%`
1283+
%lines%
1284+
linked-services-empty: "-# No linked services found."
1285+
linked-services-line-format: |-
1286+
%prefix% %emoji% %name% ([%short_uuid%](https://mc.bloom.host/server/%short_uuid%))
1287+
linked-services-not-found-format: "`%short_uuid%` _(Not Found)_"
1288+
linked-services-owner-emoji: '💰'
1289+
linked-services-regular-emoji: '🔓'
1290+
linked-services-subserver-prefix: ' -'
1291+
linked-services-regular-prefix: '-'
1292+
1293+
# Sent when the summary page of a /notes list is shown in an open ticket
1294+
notes-current-ticket-summary:
12761295
enabled: false
1277-
title: 'User %username% — Notes'
12781296
colour: '#ffc710'
1279-
description: '%notes%'
1297+
description: |+
1298+
%user_notes%
1299+
%linked_services%
1300+
%current_ticket_notes%
1301+
footer: 'Page %current_page%/%page_count%'
12801302
custom-data:
1281-
note-format: "`#%id%` <@%addedby%>: %content%\n"
1303+
user-notes-format: |-
1304+
## User %user_mention%
1305+
%lines%
1306+
user-notes-line-format: "`#%id%` <@%added_by%>: %content%"
1307+
user-notes-empty: "-# No user notes found."
1308+
1309+
ticket-notes-format: |-
1310+
## Current Ticket [`#%current_ticket_id%`](%current_ticket_link%)
1311+
%lines%
1312+
ticket-notes-line-format: "- `#%id%` <@%added_by%>: %content%"
1313+
ticket-notes-empty: "-# No notes found for the current ticket."
1314+
1315+
linked-services-format: |-
1316+
## Linked Services [`#%user_id%`](https://mc.bloom.host/admin/users/%user_id%)
1317+
-# ✉️ `%user_email%`
1318+
%lines%
1319+
linked-services-empty: "-# No linked services found."
1320+
linked-services-line-format: |-
1321+
%prefix% %emoji% %name% ([%short_uuid%](https://mc.bloom.host/server/%short_uuid%))
1322+
linked-services-not-found-format: "`%short_uuid%` _(Not Found)_"
1323+
linked-services-owner-emoji: '💰'
1324+
linked-services-regular-emoji: '🔓'
1325+
linked-services-subserver-prefix: ' -'
1326+
linked-services-regular-prefix: '-'
1327+
1328+
# Sent when ticket pages are shown for any /note list
1329+
notes-ticket-pages:
1330+
enabled: false
1331+
colour: '#ffc710'
1332+
description: |+
1333+
%ticket_notes%
1334+
footer: 'Page %current_page%/%page_count%'
1335+
custom-data:
1336+
ticket-notes-format: |-
1337+
## Ticket [`#%ticket_id%`](%ticket_link%) - _<t:%ticket_opened_at%:f>_
1338+
%lines%
1339+
ticket-notes-empty: ""
1340+
ticket-notes-line-format: "- `#%id%` <@%added_by%>: %content%\n"
1341+
1342+
linked-server-format: "[`%short_uuid%`](%server_link%) [[Billing]](%billing_link%)"
1343+
linked-server-not-found-format: "`%short_uuid%` _(Not Found)_"
12821344

12831345
# Sent when the !stats or /stats command is used
12841346
# Placeholders: %totalsuggestions%, %pendingsuggestions%, %approvedsuggestions%, %deniedsuggestions%, %duckcount%, %uptime%, %avgfirstresponse%, %membercount%, %rolecount%
@@ -1320,7 +1382,10 @@ stats-embed:
13201382

13211383
# Sent when a panel link is found when a ticket is opened
13221384
# Placeholders: %id%, %email%, %servers%
1323-
# Custom data owner-emoji, regular-emoji, subuser-prefix, regular-prefix, line-format (%prefix%, %emoji%, %name%, %shortUuid%, %externalParentId%)
1385+
# Custom data:
1386+
# linked-services-owner-emoji, linked-services-regular-emoji,
1387+
# linked-services-subuser-prefix, linked-services-regular-prefix,
1388+
# linked-services-line-format (%prefix%, %emoji%, %name%, %short_uuid%, %external_parent_id%)
13241389
panel-link:
13251390
enabled: false
13261391
title: '🔗 Panel Account Found'
@@ -1339,12 +1404,12 @@ panel-link:
13391404
buttons:
13401405
- [ 'Unlink Account', 'https://mc.bloom.host/account', '<:unlink:1135289952838615161>' ]
13411406
custom-data:
1342-
line-format: >
1343-
%prefix% %emoji% %name% ([%shortUuid%](https://mc.bloom.host/server/%shortUuid%))
1344-
owner-emoji: '💰'
1345-
regular-emoji: '🔓'
1346-
subserver-prefix: ' -'
1347-
regular-prefix: '-'
1407+
linked-services-line-format: |-
1408+
%prefix% %emoji% %name% ([%short_uuid%](https://mc.bloom.host/server/%short_uuid%))
1409+
linked-services-owner-emoji: '💰'
1410+
linked-services-regular-emoji: '🔓'
1411+
linked-services-subserver-prefix: ' -'
1412+
linked-services-regular-prefix: '-'
13481413

13491414
# Sent when a suggestion is created or edited
13501415
# Placeholders: %suggestion%, %username%, %date%, %suggestionid%
@@ -1431,40 +1496,10 @@ tickets-default:
14311496
and a description of your issue.
14321497
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/line.png'
14331498
footer: 'Tickets - Bloom.host'
1434-
1435-
tickets-general:
1436-
enabled: false
1437-
title: '🦆 Ticket Created'
1438-
colour: '#FFFFF1'
1439-
description: >
1440-
Thank you, %username% for opening a ticket! We will be with you as soon as
1441-
possible. For us to better assist you, please provide your server ID and a
1442-
description of your issue.
1443-
1444-
For billing inquiries such as upgrades, downgrades, or refunds, please open a ticket on our billing panel: https://billing.bloom.host/submitticket.php
1445-
footer: 'Tickets - Bloom.host'
1446-
image: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/line.png'
14471499
buttons:
1448-
- [ 'Open Billing Ticket', 'https://billing.bloom.host/submitticket.php', '💰', '2' ]
1449-
1450-
tickets-billing:
1451-
enabled: false
1452-
title: '💰 Billing Ticket'
1453-
colour: '#fdd888'
1454-
description: Thank you %username% for opening a ticket! We will be with you as
1455-
soon as possible. In order for us to best assist you, please provide your
1456-
server ID and a description of your issue below.
1457-
footer: Tickets - Bloom.host
1458-
1459-
tickets-minecraft:
1460-
enabled: false
1461-
title: '⛏️ Minecraft Ticket'
1462-
colour: '#3ba55d'
1463-
description: |+
1464-
Thank you %username% for opening a ticket! We will be with you as
1465-
soon as possible. In order for us to best assist you, please provide your
1466-
server ID and a description of your issue below.
1467-
footer: 'Tickets - Bloom.host'
1500+
- [ 'danger', 'Close Ticket', 'close', '🔒' ]
1501+
- [ 'link', 'Open Billing Ticket', 'https://billing.bloom.host/submitticket.php', '💰' ]
1502+
- [ 'secondary', 'Notes', 'notes:{"type":"current_ticket", "action":"new"}', '📔', '6' ]
14681503

14691504
minecraft-ess:
14701505
enabled: false

0 commit comments

Comments
 (0)