1
0
Fork 0

Merge pull request #8 from VendroidEnhanced/main

This commit is contained in:
nin0dev 2024-04-30 07:03:15 -04:00 committed by GitHub
commit 2d21cc06a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View file

@ -1,13 +1,13 @@
name: Feature Request
description: Request a Vendroid-specific feature.
labels: [enhancement]
title: "[Bug] <title>"
title: "[FeatReq] <title>"
body:
- type: markdown
attributes:
value: |
> [!INFO]
> [!WARNING]
> This is not for requesting plugins that should be available outside of Vendroid.
- type: textarea
@ -27,4 +27,4 @@ body:
- label: I am not suggesting a feature that could be selfbotting (automating/bulk sending actions)
required: true
- label: I have checked for duplicates in the repo
required: true
required: true

View file

@ -41,10 +41,12 @@
<data android:scheme="http" />
<data android:host="discord.com" />
<data android:host="*.discord.com" />
<data android:host="ptb.discord.com" />
<data android:host="canary.discord.com" />
<data android:host="discordapp.com" />
<data android:host="*.discordapp.com" />
</intent-filter>
</activity>
</application>
</manifest>
</manifest>