def is_cog(self, command): """bool : Specifies if the command being formatted is actually a cog.""" return not self.is_bot(command) and not isinstance(command, commands.Command)