bot.utils.commands# Command utils. Module Contents# Functions# get_command_suggestions(→ list[str]) Get similar command names. bot.utils.commands.get_command_suggestions(all_commands: list[str], query: str, *, cutoff: int = 60, limit: int = 3) → list[str][source]# Get similar command names.