|
|
@ -1240,7 +1240,7 @@ class CommandTree(Generic[ClientT]): |
|
|
|
await command._invoke_autocomplete(interaction, focused, namespace) |
|
|
|
except Exception: |
|
|
|
# Suppress exception since it can't be handled anyway. |
|
|
|
pass |
|
|
|
_log.exception('Ignoring exception in autocomplete for %r', command.qualified_name) |
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|