Compare commits
2 Commits
f905c362e6
...
0.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
9fd275d9d8
|
|||
|
a6d0125b55
|
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
src/vendor/
|
src/vendor/
|
||||||
|
dist
|
||||||
|
|||||||
@@ -7,12 +7,12 @@
|
|||||||
"name": "lmxsdl"
|
"name": "lmxsdl"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": "0.1",
|
"version": "0.1.1",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "10",
|
"minimum": "10",
|
||||||
"verified": "11"
|
"verified": "11"
|
||||||
},
|
},
|
||||||
"download": "https://gitea.ascorrea.com/asc/asc-session-title-suggestions/releases/download/0.1/asc-session-title-suggestions-0.1.zip",
|
"download": "https://gitea.ascorrea.com/asc/asc-session-title-suggestions/releases/download/0.1.1/asc-session-title-suggestions-0.1.1.zip",
|
||||||
"manifest":"https://gitea.ascorrea.com/asc/asc-session-title-suggestions/raw/branch/master/src/module.json",
|
"manifest":"https://gitea.ascorrea.com/asc/asc-session-title-suggestions/raw/branch/master/src/module.json",
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"scripts/main.js"
|
"scripts/main.js"
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ function registerCustomChatCommands() {
|
|||||||
aliases: ["/ts"],
|
aliases: ["/ts"],
|
||||||
description: "List all titles for the most recent episode",
|
description: "List all titles for the most recent episode",
|
||||||
icon: '<i class="fa-solid fa-podcast"></i>',
|
icon: '<i class="fa-solid fa-podcast"></i>',
|
||||||
requiredRole: "GAMEMASTER",
|
requiredRole: "TRUSTED",
|
||||||
callback: async (chat, parameters, messageData) => {
|
callback: async (chat, parameters, messageData) => {
|
||||||
const newMessageData = {}
|
const newMessageData = {}
|
||||||
const suggestions = game.messages.filter(m => {
|
const suggestions = game.messages.filter(m => {
|
||||||
|
|||||||
Reference in New Issue
Block a user