Browse Source

Update building_block_commands.md

pull/56/head
Jari (LotU) 8 years ago
committed by GitHub
parent
commit
69a20f303f
  1. 2
      docs/bot_tutorial/building_block_commands.md

2
docs/bot_tutorial/building_block_commands.md

@ -67,7 +67,7 @@ def on_add_command(self, event, args):
event.msg.reply('{}'.format(args.a + args.b)
```
All combined commands in 1 large codeblock:
These are all the commands we created in this tutorial:
```py
class myPlugin(Plugin):
@Plugin.command('ping')

Loading…
Cancel
Save