Add files via upload

This commit is contained in:
UltraLion
2022-11-05 23:03:54 +01:00
committed by GitHub
parent fdf41365f1
commit 7e067fc776
5 changed files with 121 additions and 2 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"default": "test",
"forumPostChannelId": [
"id_forum_n1",
"id_forum_n2"
],
"forumPostMessage": [
"message_forum_n1",
"message_forum_n2"
],
"forumPostTitle": [
"Title_Embed_post_n1",
"Title_Embed_post_n2"
],
"forumPostButtons": {
"id_forum_n1": [
{
"label": "Google",
"url": "https://google.fr"
}
],
"id_forum_n2": [
{
"label": "Google",
"url": "https://pastebin.com"
}
]
}
}