Skip to content

Commit

Permalink
Add an opengraph image
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggz committed Nov 27, 2024
1 parent 9cc2280 commit 04c0150
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added src/app/opengraph-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/app/v5/dev/scripts/page.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
export const metadata = {
title: 'Custom Scripts',
description:
'Learn how to create custom scripts for Firebot.',
}

# Overview
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**.

Expand Down

0 comments on commit 04c0150

Please sign in to comment.