-
Notifications
You must be signed in to change notification settings - Fork 4
Scripting
shedaniel edited this page May 26, 2021
·
14 revisions
Linkie uses graaljs for JavaScript scripting, it is ECMAScript 2020 compliant.
https://github.com/shedaniel/linkie-discord/tree/master/tricks
https://github.com/linkie/linkie-discord/blob/master/linkie.d.ts
You may easily reference this file by adding this line in any js files: (Just make sure that you are referencing the correct file here)
/// <reference path="linkie.d.ts" />