remove old beat key from hover help

This commit is contained in:
2023-09-17 01:09:58 +02:00
parent 4fb2e2cc8c
commit 59192dbe50

View File

@ -243,12 +243,6 @@ const completionDatabase: CompletionDatabase = {
description: "Returns list index for the current bar (with wrapping)",
example: "[0,1,2,3].bar()",
},
beat: {
name: "beat",
category: "patterns",
description: "Returns list index for the current beat (with wrapping)",
example: "[0,1,2,3].beat()",
},
room: {
name: "room",
category: "effect",