Added editcounter management command for setting and adjusting named counters.
This commit is contained in:
@@ -31,6 +31,7 @@ from .management_commands import (
|
||||
commandmodonly,
|
||||
deletecommand,
|
||||
editcommand,
|
||||
editcounter,
|
||||
listcommands,
|
||||
removealias,
|
||||
resetcommand,
|
||||
@@ -45,6 +46,7 @@ __all__ = [
|
||||
"commandmodonly",
|
||||
"deletecommand",
|
||||
"editcommand",
|
||||
"editcounter",
|
||||
"listcommands",
|
||||
"removealias",
|
||||
"resetcommand",
|
||||
|
||||
Reference in New Issue
Block a user