Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Christian Ziermann b8da0c7023 Initial commit il y a 4 ans
lib Initial commit il y a 4 ans
node_modules Initial commit il y a 4 ans
src Initial commit il y a 4 ans
.gitignore Initial commit il y a 4 ans
README.md Initial commit il y a 4 ans
_token.ts Initial commit il y a 4 ans
package-lock.json Initial commit il y a 4 ans
package.json Initial commit il y a 4 ans
tsconfig.json Initial commit il y a 4 ans

README.md

Papoh (Pen and Paper Online Helper)

Run Bot

- Rename _token.ts to token.ts and add your token.
- run `npm install`
- run `npm start`

this is an simple bot for mange online Pen and Paper Rounds

Commands

Admin Commands

papoh create [options]

Name of Master
--master "<name>" or -ma "<name>"
Name or Descripion of System (Optional)
--system "<description>" or -sy "<description>"
Name or Descripion of Setting (Optional)
--setting "<description>" or -se "<description>"
Some extra Notes (Optional)
--note "<description>" or -no "<description>"
Minum Player Count (Optional)
--min <count>
Maximum Player Count
--max <count>

example
`papoh create -ma "Christian" --system "DSA 5" --setting "Fantasy" --note "Start at 8pm" --max 5`