From 137e4c1dcb5c3efee80e8bd9763482f6a5446fbb Mon Sep 17 00:00:00 2001 From: LewisHogan Date: Thu, 10 Nov 2016 06:36:39 +0000 Subject: [PATCH] Fixed minor typo in README for running example. (#10) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c52569..ae77c31 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ class SimplePlugin(Plugin): 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):