Skip to content

Commit

Permalink
Add title param to message
Browse files Browse the repository at this point in the history
  • Loading branch information
dhasenan authored Nov 8, 2024
1 parent ce31f2f commit 4a67287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const script: Firebot.CustomScript<Params> = {
default: "Hello World!",
description: "Message",
secondaryDescription: "Enter a message here",
title: "Hello!",
},
};
},
Expand Down

0 comments on commit 4a67287

Please sign in to comment.