Skip to content

Commit 041a49a

Browse files
committed
chore: add extension descriptions
1 parent 8b93f3c commit 041a49a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ui/src/components/dashboard/SystemComponent.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ md.use(markdownItAttrs, {
1616
const selected = ref(null)
1717
1818
let extensions = new Map([
19-
['Verify', ['success', '']],
20-
['Vote', ['success', '']],
21-
['Insights', ['warning', '']],
22-
['Colour Role', ['', '']],
23-
['Stream Alert', ['', '']],
19+
['Verify', ['success', 'Verify is a feature that allows to configure roles that require users to be verified with a certain email address.']],
20+
['Vote', ['success', 'Vote is a feature that allows creation of votes with choices hidden until the vote is closed. Also supports whitelists/ blacklists for voting']],
21+
['Insights', ['warning', 'Insights is a feature that allows for visibility of the performance of the bot.']],
22+
['Colour Role', ['', 'Colour Role allows for custom role colours to be assigned per user based on their status in the server.']],
23+
['Stream Alert', ['', 'Stream Alert gives alerts in channels whenever a user or team goes live on streaming platforms.']],
2424
['React For Role', ['error', md.render('Discord now supports a first party approach to customising roles as a user through [Discord Onboarding](https://support.discord.com/hc/en-us/articles/11074987197975-Community-Onboarding-FAQ){.link}. Unless Koala can offer an improvement, we will no longer offer this functionality.')]],
2525
['Text Filter', ['error', md.render('Discord now supports a first party approach to moderating user messages through [Discord AutoMod](https://support.discord.com/hc/en-us/articles/4421269296535-AutoMod-FAQ){.link}. Unless Koala can offer an improvement, we will no longer offer this functionality.')]],
2626
['Announce', ['error', md.render('Discord doesn\'t allow for messages without explicit permission from the user within their [Discord Developer Policy](https://support-dev.discord.com/hc/en-us/articles/8563934450327-Discord-Developer-Policy){.link}. Unless Koala can offer an approach that meets this requirement, we will no longer offer this functionality.')]],

0 commit comments

Comments
 (0)