pogodevorg/discord-bot-namefilter

View on GitHub
bot.py

Summary

Maintainability
A
0 mins
Test Coverage

Showing 1 of 1 total issue

Cyclomatic complexity is too high in function on_message. (10)
Open

@client.event
async def on_message(message):
if message.content.startswith('!resetnick'):
try:
except_roles = bot.config.get('except_roles', [])
Severity: Minor
Found in bot.py by radon
Category
Status