UNPKG
@tryforge/forge.music
Version:
latest (1.0.0)
1.0.0
Extension to add music functionality to your ForgeScript bot.
@tryforge/forge.music
/
types
/
utils
/
hasQueue.d.ts
3 lines
(2 loc)
•
100 B
TypeScript
View Raw
1
2
3
import
{
Context
}
from
"@tryforge/forgescript"
;
export
default
function
(
ctx: Context
): boolean;