Fixes "successfully" typo.

This commit is contained in:
DJj123dj
2024-09-24 19:32:35 +02:00
parent 77c486e2b7
commit 28f0d974e5
5 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ openticket.events.get("onConfigLoad").listen((configManager) => {
//Let's also log it to the console to let us know it worked!
const ourConfig = configManager.get("example-plugin:config")
openticket.log("The example config loaded succesfully!","plugin",[
openticket.log("The example config loaded successfully!","plugin",[
{key:"var-1",value:ourConfig.data.testVariable1},
{key:"var-2",value:ourConfig.data.testVariable2.toString()},
{key:"var-3",value:ourConfig.data.testVariable3.toString()}