Scripting - linkie/linkie-discord GitHub Wiki
Linkie uses graaljs for JavaScript scripting, it is ECMAScript 2020 compliant.
Global Tricks (Acts like normal commands)
https://github.com/shedaniel/linkie-discord/tree/master/tricks
.d.ts Reference File
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" />