您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Christian Ziermann b8da0c7023 Initial commit 4 年前
lib Initial commit 4 年前
node_modules Initial commit 4 年前
src Initial commit 4 年前
.gitignore Initial commit 4 年前
README.md Initial commit 4 年前
_token.ts Initial commit 4 年前
package-lock.json Initial commit 4 年前
package.json Initial commit 4 年前
tsconfig.json Initial commit 4 年前

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`