aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2019-10-20 21:15:12 +0200
committerGravatar Numerlor <[email protected]>2019-10-20 21:15:12 +0200
commiteda6cd7ff818454ad7bf448040a87ff0077025bc (patch)
tree2a775c89ea69c6867d3421f5ad3f360310a4c220
parentAuto delete messages when docs are not found (diff)
remove "function" from NO_OVERRIDE_GROUPS
-rw-r--r--bot/cogs/doc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/cogs/doc.py b/bot/cogs/doc.py
index 9bb21cce3..f1213d170 100644
--- a/bot/cogs/doc.py
+++ b/bot/cogs/doc.py
@@ -32,7 +32,6 @@ NO_OVERRIDE_GROUPS = (
"label",
"pdbcommand",
"term",
- "function"
)
NO_OVERRIDE_PACKAGES = (
"Python",