[V3 Core] Mentionable prefix (#1256)

* allow mentioning the bot as a fallback to a prefix

* make this toggleable
This commit is contained in:
Michael H
2018-01-23 18:43:51 -05:00
committed by Tobotimus
parent 55bbbe6268
commit 1b45397e67
2 changed files with 13 additions and 3 deletions

View File

@@ -105,6 +105,10 @@ def parse_cli_flags(args):
parser.add_argument("--dev",
action="store_true",
help="Enables developer mode")
parser.add_argument("--mentionable",
action="store_true",
help="Allows mentioning the bot as an alternative "
"to using the bot prefix")
parser.add_argument("--rpc",
action="store_true",
help="Enables the built-in RPC server. Please read the docs"