You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/src/components/dashboard/SystemComponent.vue
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ md.use(markdownItAttrs, {
16
16
constselected=ref(null)
17
17
18
18
let extensions =newMap([
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.']],
24
24
['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.')]],
25
25
['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.')]],
26
26
['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