2 Commits

Author SHA1 Message Date
9fd275d9d8 ignore dist folder 2024-06-21 10:50:58 -05:00
a6d0125b55 update role to TRUSTED for suggestion-list 2024-06-21 10:50:10 -05:00
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
src/vendor/
dist

View File

@@ -7,12 +7,12 @@
"name": "lmxsdl"
}
],
"version": "0.1",
"version": "0.1.1",
"compatibility": {
"minimum": "10",
"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",
"scripts": [
"scripts/main.js"

View File

@@ -51,7 +51,7 @@ function registerCustomChatCommands() {
aliases: ["/ts"],
description: "List all titles for the most recent episode",
icon: '<i class="fa-solid fa-podcast"></i>',
requiredRole: "GAMEMASTER",
requiredRole: "TRUSTED",
callback: async (chat, parameters, messageData) => {
const newMessageData = {}
const suggestions = game.messages.filter(m => {