add id to test cm
This commit is contained in:
parent
4c3659f857
commit
58a2b6714e
|
@ -109,7 +109,7 @@ class BetterDiscord {
|
||||||
}
|
}
|
||||||
showDummyNotif();
|
showDummyNotif();
|
||||||
|
|
||||||
DiscordContextMenu.add([
|
DiscordContextMenu.add('DummyThing', [
|
||||||
{
|
{
|
||||||
text: 'Hello',
|
text: 'Hello',
|
||||||
onClick: () => { Toasts.info('Hello!'); }
|
onClick: () => { Toasts.info('Hello!'); }
|
||||||
|
|
Loading…
Reference in New Issue