Browse Source

Fixed minor typo in README for running example.

pull/10/head
Lewis Hogan 9 years ago
parent
commit
337bb0450e
  1. 2
      README.md

2
README.md

@ -49,7 +49,7 @@ class SimplePlugin(Plugin):
Using the default bot configuration, we can now run this script like so: Using the default bot configuration, we can now run this script like so:
`python -m disco.cli --token="MY_DISCORD_TOKEN" --bot --plugin simpleplugin` `python -m disco.cli --token="MY_DISCORD_TOKEN" --run-bot --plugin simpleplugin`
And commands can be triggered by mentioning the bot (configued by the BotConfig.command\_require\_mention flag): And commands can be triggered by mentioning the bot (configued by the BotConfig.command\_require\_mention flag):

Loading…
Cancel
Save