Skip to content

Commit 04c0150

Browse files
committed
Add an opengraph image
1 parent 9cc2280 commit 04c0150

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: src/app/opengraph-image.png

102 KB
Loading

Diff for: src/app/v5/dev/scripts/page.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
export const metadata = {
2+
title: 'Custom Scripts',
3+
description:
4+
'Learn how to create custom scripts for Firebot.',
5+
}
6+
17
# Overview
28
Firebot allows you to fire off custom logic when an effect is triggered. Custom scripts can also define new effect types, event types, $variables, and much much more. This enables developers to extend Firebot's capabilities beyond the base app. Custom scripts must be written in JavaScript (or compiled to JS via TypeScipt) and are treated as a Node module, so at least a basic understanding of JavaScript will be required. We also have a template starter script written in TypeScript available. **We highly recommend using this**.
39

0 commit comments

Comments
 (0)