add delete button for message link embeds (#117)

Signed-off-by: IThundxr <contact@ithundxr.dev>
This commit is contained in:
IThundxr 2023-03-09 20:33:14 -05:00 committed by GitHub
parent 8a61d99323
commit 569a08c95d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 27 additions and 8 deletions

View file

@ -1,7 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:js-app"
]
"extends": ["config:base", "config:js-app"]
}