feat: add menu link to discord

This commit is contained in:
Xmader 2020-12-06 02:25:26 -05:00
parent 0522e5935c
commit bdbcdd62e9
No known key found for this signature in database
GPG Key ID: A20B97FB9EB730E4
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ if (_GM && _GM.registerMenuCommand && _GM.openInTab) {
'** Source Code **',
() => _GM.openInTab(_GM.info.script.homepage, { active: true })
)
_GM.registerMenuCommand(
'** Discord **',
() => _GM.openInTab("https://discord.gg/DKu7cUZ4XQ", { active: true })
)
}
// script loader