Bot commands

All bot commands are available for in-app use, Telegram bot and Telegram group bot and Discord bot (in progress). They use the same interface and arguments.

/roll

Simple command for roll dices.

Examples

  • /roll d20 - roll one d20
  • /roll 2d20+4 - roll two d20 with modifier
  • /roll 2d20+4 2d12 - roll two d20 with modifier and two d12

/homebrew

Command for managing homebrews.

Examples

  • /homebrew createRace daggerheart "Ancestry name" - add ancestry for Daggerheart
  • /homebrew createCommunity daggerheart "Community name" - add community for Daggerheart

/module

Command for managing homebrew modules.

Examples

  • /module list - render list of modules
  • /module create daggerheart "Dark Sun" - create new module (available systems: daggerheart)
  • /module set "Dark Sun" - set module with specific name as active
  • /module show - show active module
  • /module remove "Dark Sun" - remove module
  • /module addRace "Homebrew ancestry 1" "Homebrew ancestry 2" - add races to active module
  • /module addCommunity "Communists" "Democrats" - add communities to active module
  • /module addSubclass "Elemental" "Enchance" - add subclasses to active module
  • /module addItem "Doomhammer" - add items to active module
  • /module export - share module with other users
  • /module import id - import module from another user