aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2019-10-07 10:37:35 -0700
committerGravatar GitHub <[email protected]>2019-10-07 10:37:35 -0700
commit66bfec366743cd378d889320cc4ec511725a98cb (patch)
tree9b270def15f22d98d0ea6d4871da0ea5dfd70911
parentMake categories class attributes and support descriptions (diff)
Update the nickname policy URL
Co-Authored-By: Sebastiaan Zeeff <[email protected]>
-rw-r--r--bot/cogs/moderation/superstarify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/moderation/superstarify.py b/bot/cogs/moderation/superstarify.py
index 6e7e41c17..f3fcf236b 100644
--- a/bot/cogs/moderation/superstarify.py
+++ b/bot/cogs/moderation/superstarify.py
@@ -15,7 +15,7 @@ from . import utils
from .modlog import ModLog
log = logging.getLogger(__name__)
-NICKNAME_POLICY_URL = "https://pythondiscord.com/pages/rules/#wiki-toc-nickname-policy"
+NICKNAME_POLICY_URL = "https://pythondiscord.com/pages/rules/#nickname-policy"
with Path("bot/resources/stars.json").open(encoding="utf-8") as stars_file:
STAR_NAMES = json.load(stars_file)