mdekrey / foundryvtt-dndmashup

3 stars 0 forks source link

Custom chat commands #68

Closed mdekrey closed 1 year ago

mdekrey commented 1 year ago

Potential commands:

Hooks.on('chatCommandsReady', function (chatCommands) {
    // Foundry 10 adds this command to register custom chat commands
});