Skip to content

Commit

Permalink
change example plugins to match current standards
Browse files Browse the repository at this point in the history
  • Loading branch information
archangelic authored Apr 28, 2020
1 parent 0e510cc commit 5b241ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/twitch/plugins/dice.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def build_output(rolls, modifier):
output = start
return output

@pinhook.plugin.register('!roll')
@pinhook.plugin.command('!roll')
def roll(msg):
matches = dicepattern.match(msg.arg)
if matches:
Expand Down

0 comments on commit 5b241ee

Please sign in to comment.