From 3394b17bcd1f2c9e2ce1b3ea97929a3aa4ea3655 Mon Sep 17 00:00:00 2001 From: Julexar Date: Fri, 12 Jul 2024 07:04:56 +0200 Subject: [PATCH] Fixed script.json --- Faerun Calendar/script.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Faerun Calendar/script.json b/Faerun Calendar/script.json index dc6a6f13a..6d6d0522d 100644 --- a/Faerun Calendar/script.json +++ b/Faerun Calendar/script.json @@ -1,7 +1,7 @@ { "$schema": "https://github.com/Roll20/roll20-api-scripts/master/_Example%20Script%20-%20Check%20for%20formatting%20details/script.schema.json", - "name": "Faerun-Calendar", - "script": "encounter.js", + "name": "Faerun Calendar", + "script": "calendar.js", "version": "1.0", "description": "Faerûn Calendar for Roll20. Check the [Wiki](https://github.com/Julexar/Faerun-Calendar/wiki) for more Info.", "authors": "Julexar", @@ -13,4 +13,4 @@ "state.alarms": "read,write", "handout": "read,write" } -} \ No newline at end of file +}