Compare commits
2 Commits
f905c362e6
...
0.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
9fd275d9d8
|
|||
|
a6d0125b55
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
src/vendor/
|
||||
dist
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user