Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth authored Mar 7, 2021
1 parent f583eb8 commit 10c5e23
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# autochannel
# autochannel

provides the following slash-commands:
/acp - prefer party size, no say
/acb - prefer band size, no say
/acps - prefer party size, fall back to say
/acbs - prefer band size, fall back to say

Szenario and Szenariogroup will be automatically taken if within a scenario-

provides the following api:

AutoChannel.sendChatBand(phrase)
AutoChannel.sendChatParty(phrase)
AutoChannel.sendChatBandSay(phrase)
AutoChannel.sendChatPartySay(phrase)

0 comments on commit 10c5e23

Please sign in to comment.