Niyas
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
src/components/NotificationDialog.vue
|
|
@ -143,6 +143,8 @@ |
|
|
|
<div class="mb-3"> |
|
|
|
<label for="discord-webhook-url" class="form-label">Discord Webhook URL</label> |
|
|
|
<input id="discord-webhook-url" v-model="notification.discordWebhookUrl" type="text" class="form-control" required autocomplete="false"> |
|
|
|
<label for="discord-username" class="form-label">Username</label> |
|
|
|
<input id="discord-username" v-model="notification.discordUsername" type="text" class="form-control" autocomplete="false"> |
|
|
|
<div class="form-text"> |
|
|
|
You can get this by going to Server Settings -> Integrations -> Create Webhook |
|
|
|
</div> |
|
|
|